variable font size and github link
This commit is contained in:
parent
fce2aaf957
commit
e8b0511691
@ -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;
|
||||||
}
|
}
|
||||||
|
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user