You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
73 lines
812 B
CSS
73 lines
812 B
CSS
*{
|
|
font-family: Helvetica;
|
|
}
|
|
|
|
.navigation ul{
|
|
list-style-type: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
.navigation ul li {
|
|
float: left;
|
|
}
|
|
|
|
.navigation ul li a{
|
|
display: block;
|
|
color: black;
|
|
text-align: center;
|
|
padding: 14px 16px;
|
|
|
|
}
|
|
|
|
.navigation ul li:active a{
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
.clearfix::after {
|
|
content: "";
|
|
clear: both;
|
|
display: table;
|
|
}
|
|
|
|
.container{
|
|
padding: 0px 8px;
|
|
|
|
|
|
}
|
|
|
|
.header input{
|
|
height:40px;
|
|
width: 500px;
|
|
font-size: 30px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.author input{
|
|
height:20px;
|
|
width: 500px;
|
|
font-size: 16px;
|
|
}
|
|
|
|
|
|
.footer{
|
|
width: 100%;
|
|
font-family:'Courier New';
|
|
font-weight:100;
|
|
font-size:12px;
|
|
}
|
|
|
|
.footer pre{
|
|
width: 60px;
|
|
margin:0 auto;
|
|
font-family:'Courier New';
|
|
}
|
|
.footer p{
|
|
width: 30%;
|
|
margin:0 auto;
|
|
text-align: center;
|
|
font-family:'Courier New';
|
|
|
|
}
|