[SITE] home and footer finished + nav for top level
This commit is contained in:
parent
e98b1fc877
commit
74408319b5
17 changed files with 2033 additions and 24 deletions
23
assets/scss/templates/home.scss
Normal file
23
assets/scss/templates/home.scss
Normal file
|
@ -0,0 +1,23 @@
|
|||
/* STYLE for jannikbeyerstedt.de
|
||||
* for specific template
|
||||
*/
|
||||
|
||||
main {
|
||||
div.home {
|
||||
text-align: center;
|
||||
margin-top: 20%;
|
||||
margin-bottom: 20%;
|
||||
h1 {
|
||||
margin: 0;
|
||||
font-family: 'Alegreya Sans', "Verdana", "Arial", sans-serif;
|
||||
font-weight: 100;
|
||||
font-size: 60px;
|
||||
margin-top: 15px;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
p {
|
||||
margin: 0;
|
||||
font-size: 20px;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue