You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
681 B
41 lines
681 B
@charset "utf-8";
|
|
body footer {
|
|
background-color: #000000;
|
|
color: #FFFFFF;
|
|
text-align: center;
|
|
margin-top: 5px;
|
|
margin-bottom: 5px;
|
|
margin-right: 5px;
|
|
margin-left: 5px;
|
|
}
|
|
header nav p {
|
|
background-color: #000000;
|
|
color: #FFFFFF;
|
|
text-align: center;
|
|
margin-top: 5px;
|
|
margin-left: 5px;
|
|
margin-bottom: 5px;
|
|
margin-right: 5px;
|
|
}
|
|
body section h1 {
|
|
margin-top: 5%;
|
|
margin-bottom: 5%;
|
|
font-size: xx-large;
|
|
}
|
|
body section h2 {
|
|
margin-bottom: 5%;
|
|
font-size: xx-large;
|
|
}
|
|
body section h3 {
|
|
font-size: xx-large;
|
|
margin-bottom: 5%;
|
|
}
|
|
body header p {
|
|
margin-top: 5px;
|
|
margin-bottom: 5px;
|
|
margin-right: 5px;
|
|
margin-left: 5px;
|
|
text-align: center;
|
|
font-size: xx-large;
|
|
}
|