Add margin top to page
This commit is contained in:
parent
98dddbf9d6
commit
7b45ed98de
1 changed files with 3 additions and 0 deletions
|
@ -26,6 +26,9 @@
|
|||
</header>
|
||||
|
||||
<style>
|
||||
header {
|
||||
margin-top: 100px;
|
||||
}
|
||||
.logo {
|
||||
background-image: logo;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue