Skip to content

Instantly share code, notes, and snippets.

@pramithkm
Created March 10, 2014 08:49
Show Gist options
  • Save pramithkm/9461567 to your computer and use it in GitHub Desktop.
Save pramithkm/9461567 to your computer and use it in GitHub Desktop.
.container {
padding:0px;
}
.festival_wrapper {
background-color: black;
max-width: 980px;
height:500px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
border: 10px solid black;
.inner_festival_wrapper {
width:100%;
height:100%;
background-color:#ffffff;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border: 5px solid #ffffff;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment