Skip to content

Instantly share code, notes, and snippets.

@oldergod
Created June 30, 2016 05:12
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 oldergod/4c1b12b4ebf9cce157cbb6618b77c93f to your computer and use it in GitHub Desktop.
Save oldergod/4c1b12b4ebf9cce157cbb6618b77c93f to your computer and use it in GitHub Desktop.
CSS Coding Tips: Trust your eyes
/**
* CSS Coding Tips: Trust your eyes
*/
div {
position: absolute;
top: 100px;
}
span {
font-size: 30px;
border: 1px solid black;
background: pink;
}
.first {
padding: .7em;
}
.second {
padding: .7em .9em;
<div><span class="first">Some text</span><br><br><br><br><br><span class="second">Some text
// alert('Hello world!');
{"view":"split-vertical","fontsize":"80","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment