19 lines
432 B
CSS
19 lines
432 B
CSS
/* STYLE for jannikbeyerstedt.de
|
|
* for specific template
|
|
*/
|
|
main div.home {
|
|
text-align: center;
|
|
margin-top: 20%;
|
|
margin-bottom: 20%; }
|
|
main div.home h1 {
|
|
margin: 0;
|
|
font-family: 'Alegreya Sans', "Verdana", "Arial", sans-serif;
|
|
font-weight: 100;
|
|
font-size: 60px;
|
|
margin-top: 15px;
|
|
margin-bottom: 15px; }
|
|
main div.home p {
|
|
margin: 0;
|
|
font-size: 20px; }
|
|
|
|
/*# sourceMappingURL=home.css.map */ |