nestor.css
unknown
css
4 years ago
810 B
8
Indexable
*{
margin: 0px;
padding: 0px;
}
h1{
font-family: cursive;
font-size: 50px;
color:#FFFFFF
}
nav {
font-family: monospace;
font-size:50px;
}
a{
font-family: unset;
font-size:20px;
color:#00FFFF;
}
p {
font-size:50px;
font-family: Arial;
color: #000000;
margin-top: 10px;
margin-bottom: 10px;
}
#respondiendo{
width:100%;
height:100%;
margin-top: 50px;
margin-left:0%;
padding:0.2%;
border-bottom: 1px solid black;
}
#foto{
width:100px;
height: 50px;
border-radius: 100px;
float: left;
}
#lupa{
width: 100px;
height: 90px;
background-color: #2F4F4F;
float: right;
}
footer{
font-size:40px;
font-family: New Century Schoolbook;
color: #000000;
margin-top: 40px;
margin-bottom: 10px;
}
Editor is loading...