Added a header

Logo, searchbar without functionality and a profile picture. Also gave the content a margin downward because of the header.
This commit is contained in:
Lars van Hijfte
2017-01-10 16:43:16 +01:00
parent 9f7832ed6a
commit f8d66720bd
12 changed files with 113 additions and 248 deletions

View File

@@ -5,12 +5,20 @@ last update: 10-01-2017
Website: myhyvesbookplus.tk
-----------------------------------------------------------------------------*/
.profile-picture {
border-radius: 50%;
}
body {
background-color: white;
background-color: #B78996;
color: #333;
font-family: Arial, sans-serif;
}
.content {
margin-top: 80px;
}
::selection {
background: #845663;
color: white;
@@ -82,4 +90,4 @@ table {
td {
text-align: left;
font-weight: normal;
}
}