This commit is contained in:
Andy
2020-02-25 19:20:41 +01:00
parent 5a3118aaf7
commit 2fea793568
2 changed files with 15 additions and 4 deletions
+11 -2
View File
@@ -6,16 +6,25 @@ body {
max-width: 960px;
margin: 0 auto;
}
header{
header, footer{
height: 160px;
background: #ddd
}
header{
background: linear-gradient(178deg, #000 0%,#000 70%,#fff 70%,#fff 100%);
}
footer{
background: linear-gradient(2deg, #000 0%,#000 70%,#fff 70%,#fff 100%);
}
header img{
padding-top: 62px;
}
footer p{
line-height: 160px;
}
h1, h2{
font-weight: 100;
margin-bottom: 2rem;
margin: 1.5rem 0;
}
p {
overflow: hidden;