site/style.css

changeset 15
4f366832940e
parent 14
e61659f0b0be
child 17
e3bd2922bf9a
equal deleted inserted replaced
14:e61659f0b0be 15:4f366832940e
1 @import url('https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i|Nunito:400,700|Arimo&display=swap'); 1 @import url('https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i|Nunito:400,700|Arimo&display=swap');
2 2
3 html {
4 overflow-y: scroll;
5 }
3 body { 6 body {
4 background-color:#202020; 7 background-color:#202020;
5 } 8 }
9
10
6 11
7 div.main { 12 div.main {
8 width:1280px; 13 width:1280px;
9 margin-right: auto; 14 margin-right: auto;
10 margin-left: auto; 15 margin-left: auto;

mercurial