This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * Play two column | |
| */ | |
| body { | |
| margin: 0px; | |
| } | |
| #topbar { | |
| width: 100%; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * relative and static tutorial | |
| */ | |
| #wrapper { | |
| margin: 0 14em 0 12em; | |
| padding: 0 1em; | |
| } | |
| body { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * Float example | |
| */ | |
| #span-a { | |
| float: left; | |
| background-color: #cfc; | |
| color: #030; | |
| padding: 1em; | |
| padding: 1em 1em 10em; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * Websites to explore | |
| */ | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * fun | |
| */ | |
| body{ | |
| background-image: (http://frexpaper.com/wp-content/uploads/2013/02/Red-pink-paisley-use-on-twitter-use-on-myspace-background-tile-yes-url.gif); | |
| } | |
| #top { | |
| position: absolute; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * Box Shadows | |
| */ | |
| div#box1 { | |
| position: relative; | |
| background: aqua; | |
| width: 200px; | |
| height: 100px; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * side-fixed two-column | |
| */ | |
| body { | |
| background: tan; | |
| } | |
| div#container { | |
| width: 800px; | |
| margin: auto; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * Playing around... | |
| */ | |
| body {background-color: #E8CCA4;} | |
| div#container1 { | |
| margin: auto; | |
| width: 760px; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * Tutorial follow along! | |
| */ | |
| /*http://www.subcide.com/articles/creating-a-css-layout-from-scratch/*/ | |
| html, body { | |
| margin: 0; | |
| padding: 0; | |
| background: #E8CCA4 |
NewerOlder