Skip to content

Instantly share code, notes, and snippets.

@darioghilardi
Created March 20, 2012 12:05
Show Gist options
  • Save darioghilardi/2134483 to your computer and use it in GitHub Desktop.
Save darioghilardi/2134483 to your computer and use it in GitHub Desktop.
Scss background
html {
background: url('/images/bg_home_full.jpg') repeat-y;
background-position: 50% 0;
}
body {
font-family: 'Georgia', 'Garamond', serif;
background: url('/images/bg_home.png') no-repeat;
background-position: 50% 0;
background-attachment: fixed;
min-height: 1000px;
.container {
.lang {
float: right;
margin-top: 20px;
ul {
li {
display: inline;
list-style-type: none;
margin-left: 10px;
a {
color: #706f6f;
font-size: 20px;
font-style: italic;
text-decoration: none;
&:hover {
color: #706f6f;
text-decoration: underline;
}
}
}
}
}
.logo {
margin-left: 7.3%;
margin-top: 120px;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment