webdev/css/style.css

28 lines
399 B
CSS

body {
font: normal 500 1.3rem helvetica, sans-serif;
height: 100%;
}
.wrapper{
max-width: 960px;
margin: 0 auto;
}
header{
height: 160px;
background: #ddd
}
header img{
padding-top: 62px;
}
h1, h2{
font-weight: 100;
margin-bottom: 2rem;
}
p {
overflow: hidden;
max-width: 75ch;
font-size: 1.4rem;
}
a{
color: #e01a4b;
text-decoration: none;
}