28 lines
285 B
CSS
28 lines
285 B
CSS
h1, h3
|
|
{
|
|
text-align:center;
|
|
}
|
|
h3
|
|
{
|
|
background-color:black;
|
|
color:white;
|
|
font-size:0.9em;
|
|
margin-bottom:0px;
|
|
}
|
|
.news p
|
|
{
|
|
background-color:#CCCCCC;
|
|
margin-top:0px;
|
|
}
|
|
.news
|
|
{
|
|
width:70%;
|
|
margin:auto;
|
|
}
|
|
|
|
a
|
|
{
|
|
text-decoration: none;
|
|
color: blue;
|
|
}
|