diff --git a/static/style.css b/static/style.css index 56752e3..767da11 100644 --- a/static/style.css +++ b/static/style.css @@ -1,8 +1,18 @@ body { - background-color: grey; + background-color: #51688e; } h1 { color: white; 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; } diff --git a/templates/index.html b/templates/index.html index bbe57fc..0844629 100644 --- a/templates/index.html +++ b/templates/index.html @@ -8,5 +8,7 @@

sarsoo

+ + github