sarsooxyz.pyreact/static/style.css
2019-02-07 15:46:08 +00:00

19 lines
254 B
CSS

body {
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;
}