UnfoldingCSS:StyleBox: Difference between revisions

From titipi
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
body {
background-color: orangered;
color: yellow;
}
@page:first{
@page:first{
   background-image: url(https://titipi.org/wiki/images/8/83/Dream.png);
   background-image: url(https://titipi.org/wiki/images/8/83/Dream.png);
   background-size: 95%;
   background-size: 95%;
   background-repeat: no-repeat;
   background-repeat: no-repeat;
   background-position: center center;
   background-position: center center;
}
         @bottom-center{
         @bottom-center{
                 font-family: asulbold;
                 font-family: asulbold;
content: "ENTER COLLECTIVE HERE";
        content: "ENTER COLLECTIVE HERE";
                 font-size:12pt;
                 font-size:12pt;
         }
         }
}
}

Revision as of 14:30, 4 June 2024

@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;
        }
}