sarsooxyz.pyreact/static/style.css

19 lines
254 B
CSS
Raw Normal View History

2019-02-07 13:54:26 +00:00
body {
2019-02-07 15:46:08 +00:00
background-color: #51688e;
2019-02-07 13:54:26 +00:00
}
h1 {
2019-02-07 15:25:01 +00:00
color: white;
font-family: 'Ubuntu', sans-serif;
2019-02-07 15:46:08 +00:00
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;
2019-02-07 13:54:26 +00:00
}