UnfoldingCSS:StyleBox: Difference between revisions

From titipi
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:
background-color: orangered;
background-color: orangered;
color: yellow;
color: yellow;
}
@page{
size: 148mm 210mm;
margin: 17mm 15mm 19mm 15mm;
      @footnote {
          content: 'helloo';
          float: bottom;
          border-top: solid #222 thin;
          padding-top: 8pt;
          font-family: 'asulregular';
          font-size: 8pt;
      }
}
}

Revision as of 14:25, 4 June 2024

body {
background-color: orangered;
color: yellow;
}

@page{
	size: 148mm 210mm;
	margin: 17mm 15mm 19mm 15mm;

       @footnote {
           content: 'helloo';
           float: bottom;
           border-top: solid #222 thin;
           padding-top: 8pt;
           font-family: 'asulregular';
           font-size: 8pt;
       }

}