Skip to content

Instantly share code, notes, and snippets.

@webfirmframework
Created November 20, 2015 21:08
Show Gist options
  • Save webfirmframework/19b5fd7465c8db51a938 to your computer and use it in GitHub Desktop.
Save webfirmframework/19b5fd7465c8db51a938 to your computer and use it in GitHub Desktop.
css file generated by SamplePageCssFile.java
html {
box-sizing: border-box;
padding: 0px 20px;
}
*,
*:before,
*:after {
box-sizing: inherit;
padding: 20px;
font-family: "Open Sans", sans-serif;
color: #444;
margin: 30px auto 0px;
line-height: 24.0px;
text-align: justify;
background-color: #eee;
border: 1px solid #ddd;
}
.logmod {
display: block;
position: fixed;
top: 0.0px;
right: 0.0px;
bottom: 0.0px;
left: 0.0px;
opacity: 1.0;
background: rgba(0, 0, 0, 0.2);
z-index: 1;
}
.logmod::after {
clear: both;
content: ;
display: table;
padding-bottom: 10.0px;
}
.logmod__wrapper {
display: block;
background: #FFF;
position: relative;
max-width: 550.0px;
border-radius: 4px;
box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
margin: 120px auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment