UnfoldingCSS:StyleBox

From titipi
Revision as of 14:37, 4 June 2024 by KM (talk | contribs)
Jump to navigation Jump to search
@page:first{
   background-image: url(https://titipi.org/wiki/images/8/83/Dream.png);
   background-size: 95%;
   background-repeat: no-repeat;
   background-position: center center;
        @bottom-center{
                font-family: asulbold;
		        content: "ENTER COLLECTIVE HERE";
                font-size:12pt;
        }
}

p:nth-of-type(n+1) {
 margin-left: -10px;
}