Pencil Jar January 15, 2017 CSS Code body { background-color: #4F3824; margin: 0; padding: 0; overflow-x: hidden; } .pencil-jar-wrapper { position: relati...Read More
User Profile January 09, 2017 CSS Code * { font-family: "Roboto", sans-serif; margin: 0; text-decoration: none; -webkit-user-select: none; -moz-...Read More
Zombie CSS Code January 02, 2017 CSS Code body { text-align: center; height: 100%; margin: 0px; background-color: #5B818B; } #zombie { margin: 20px auto; pos...Read More
Slide Out Card Buttons December 26, 2016 CSS Code @import url(https://fonts.googleapis.com/css?family=Josefin+Sans:700|Oswald:400:700); body { background: url(https://blogger.g...Read More
Social Media Sharing Button December 21, 2016 CSS Code body { font: 0.875em/1.5 'Helvetica Neue', Helvetica, Arial, sans-serif; padding: 42px 40px; } a { text-decoration: non...Read More
Notepad Style with CSS December 15, 2016 CSS Code body { padding-top: 10vh; background-color: #FCFC62; width: 100%; height: 100%; overflow: hidden; } .notepad-backgrou...Read More
Style Checkboxes with CSS 3 December 08, 2016 CSS Code body { margin: 0; padding: 0; height: 100vh; width: 100%; background-color: dodgerblue; color: white; font-family:...Read More