Update 'main.css'

master
lidia-pmr 6 years ago
parent 90d8108e3f
commit cbf9e09408

@ -13,6 +13,11 @@
src: url(fonts/courierprime.ttf); src: url(fonts/courierprime.ttf);
} }
@font-face {
font-family: tenor;
src: url(fonts/tenor.ttf);
}
* { * {
box-sizing: border-box; box-sizing: border-box;
} }
@ -46,7 +51,7 @@ header{
} }
header h1{ header h1{
font-family:courierprime; font-family:tenor;
font-size:9vw; font-size:9vw;
float:left; float:left;
width:60%; width:60%;
@ -733,7 +738,7 @@ header{
} }
header h1{ header h1{
font-size:7vw; font-size:6vw;
margin-bottom:13%; margin-bottom:13%;
width:77%; width:77%;
float:none; float:none;

Loading…
Cancel
Save