variable font size and github link

This commit is contained in:
aj 2019-02-07 15:46:08 +00:00
parent fce2aaf957
commit e8b0511691
2 changed files with 13 additions and 1 deletions

View File

@ -1,8 +1,18 @@
body { body {
background-color: grey; background-color: #51688e;
} }
h1 { h1 {
color: white; color: white;
font-family: 'Ubuntu', sans-serif; font-family: 'Ubuntu', sans-serif;
font-size: 10vw;
text-shadow: 3px 3px 3px #aaa;
}
a {
color: white;
font-family: 'Ubuntu', sans-serif;
font-size: 2vw;
text-shadow: 2px 2px 2px #aaa;
} }

View File

@ -8,5 +8,7 @@
</head> </head>
<body> <body>
<h1>sarsoo</h1> <h1>sarsoo</h1>
<a href="https://github.com/sarsoo">github</a>
</body> </body>
</html> </html>