tierlists-webapp / ClientApp /src /Introduction.css
T0KII's picture
added a home page and changed background color
5d4f61b
Raw
History Blame Contribute Delete
325 Bytes
.introduction-container {
padding: 20px;
background-color: #f0f8ff;
border-radius: 8px;
margin: 20px;
box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.introduction-container h1 {
color: #333;
font-size: 2em;
}
.introduction-container p {
color: #555;
font-size: 1.1em;
line-height: 1.6;
}