ari.lt/content/styles/thanks/index.css

21 lines
240 B
CSS
Raw Normal View History

span {
color: #7ed44c;
font-weight: bold;
}
body {
padding: 2em;
margin: auto;
max-width: 1100px;
min-height: 100vh;
text-rendering: optimizeSpeed;
}
h1 {
text-align: center;
}
i {
color: lightgray;
}