Skip to content

Instantly share code, notes, and snippets.

@BoringCode
Created December 27, 2011 18:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BoringCode/1524727 to your computer and use it in GitHub Desktop.
Save BoringCode/1524727 to your computer and use it in GitHub Desktop.
Made for eX
/*
Made for eX
*/
.outside-border {
padding: 25px;
padding-top: 14px;
padding-bottom: 14px;
background-color: #D6DEE1;
width: 600px;
margin-bottom: 5px;
border: #B3B8BC 1px solid;
margin-right: auto;
margin-left: auto;
}
.first {
padding-bottom: 30px;
}
.inside {
width: 600px;
text-align: center;
min-height: 100px;
background-color: white;
margin: 0;
}
.one {
border: black 1px solid;
}
.two {
border: #FF4D00 2px solid;
min-height: 300px;
}
<div class="outside-border first">
<p class="inside one"></p>
</div>
<div class="outside-border">
<p class="inside two"></p>
</div>
{"view":"split-vertical","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment