This repository has been archived on 2020-02-20. You can view files and clone it, but cannot push or open issues or pull requests.
polytranslatia/css/styles.scss
2020-02-20 13:08:13 +01:00

31 lines
496 B
SCSS

body {
font-family: Arial, Helvetica, sans-serif;
text-align: center;
max-width: 500px;
position: relative;
margin: 0 auto;
h1 {
font-weight: lighter;
margin-bottom: 0;
}
h3 {
margin-top: 0;
font-weight: lighter;
}
input {
margin: 5px;
}
footer {
position: fixed;
width: 220px;
left: calc(50% - 110px);
bottom: 10px;
a {
color: black;
}
}
}