Skip to content
Snippets Groups Projects

Surface styles

Merged Christos requested to merge surface-styles into master
3 files
+ 81
0
Compare changes
  • Side-by-side
  • Inline
Files
3
/* -- Essay ---------------------------------- */
.essay {
border: 3px solid #f5f5f7;
margin-bottom: 30px;
margin-top: 30px;
padding: 3px;
}
essay::before {
background-color: #fff;
bottom: 22px;
color: #535e76;
content: 'Essay';
height: 10px;
left: -1px;
position: relative;
width: 30px;
}
\ No newline at end of file