Huckleberry.css: Difference between revisions

From Runsafe
Jump to navigationJump to search
Created page with "#firstHeading { background: url(https://wiki.runsafe.no/images/2/2e/Hb_logo_normal.png) no-repeat; padding-top: 80px; }"
 
No edit summary
Line 1: Line 1:
#firstHeading
#firstHeading
{
{
background: url(https://wiki.runsafe.no/images/2/2e/Hb_logo_normal.png) no-repeat;
    background: url(https://wiki.runsafe.no/images/2/2e/Hb_logo_normal.png) no-repeat;
padding-top: 80px;
    padding-top: 80px;
}
}

Revision as of 22:42, 5 July 2014

  1. firstHeading

{

   background: url(https://wiki.runsafe.no/images/2/2e/Hb_logo_normal.png) no-repeat;
   padding-top: 80px;

}