Difference between revisions of "Huckleberry.css"

From Runsafe
Jump to: navigation, search
(Created page with "#firstHeading { background: url(https://wiki.runsafe.no/images/2/2e/Hb_logo_normal.png) no-repeat; padding-top: 80px; }")
 
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 00:42, 6 July 2014

  1. firstHeading

{

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

}