sosipozh.github.io/style.css

14 lines
278 B
CSS
Raw Normal View History

2019-02-18 10:45:35 +03:00
html {
2019-02-18 10:57:24 +03:00
background-color: #fcfcfc;
2019-02-18 10:45:35 +03:00
}
#sosi {
display: block;
width: 100%;
margin-top: 30vh;
text-align: center;
/* background-color: #ff9998; */
font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
font-weight: 800;
font-size: 89px;
}