Skip to content

Instantly share code, notes, and snippets.

@MuratOrs
Created March 11, 2016 01:44
Show Gist options
  • Save MuratOrs/11dfa1668b9ac2ab4ee5 to your computer and use it in GitHub Desktop.
Save MuratOrs/11dfa1668b9ac2ab4ee5 to your computer and use it in GitHub Desktop.
Стартовые настройки
@import url(media.css);
@import url(http://fonts.googleapis.com/css?family=Open+Sans&subset=cyrillic,latin);
html body #page-front-wrapper {
background: url(../images/background/front.jpg) no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
font: 62%;
height: 100%;
width: 100%;
}
html body #page-pages-wrapper {
background: url(../images/background/bg2.jpg) no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 100%;
width: 100%;
}
ul li{
text-decoration: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment