Skip to content

Instantly share code, notes, and snippets.

@gera3d
Last active August 29, 2015 14:16
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 gera3d/fa1ed0914a759088d263 to your computer and use it in GitHub Desktop.
Save gera3d/fa1ed0914a759088d263 to your computer and use it in GitHub Desktop.
Some Code Samples for the Class
#site_title a {color: green ;} --changes the tile color
#What ever ID you want {display: none;} -- Remove whatever IDs you don't want on your site
Changed the Menu color to white
.sf-menu li a {color: #fff !important;} → http://glutenfreehome.wpengine.com/
Made the space between lines less.
#banner h2 {line-height: 29px !important; } → http://lucelenejaimesperez.weebly.com/
Give the quote more space
#banner {width: 690px;}
create more space between “Blog Posts & News” and photos
.morespace {margin-bottom: 39px;} -->http://www.slowfoodrr.org/
Set EM / REM Values:
https://css-tricks.com/css-font-size/
http://www.w3.org/Style/Examples/007/units.en.html
http://www.impressivewebs.com/understanding-em-units-css/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment