resume

Log | Files | Refs | README

resume.css (503B)


      1 body {
      2       font-family: Arial, sans-serif;
      3       font-size: 11pt;
      4       margin: 0;
      5       padding: 0;
      6   }
      7 
      8   @page {
      9       margin: 1.5cm;
     10   }
     11   
     12   h1 {
     13       text-align: center;
     14       border-bottom: 2px solid #333;
     15       padding-bottom: 8px;
     16       margin-bottom: 4px;
     17   }
     18   
     19   p {
     20       margin: 2px 0;
     21   }
     22 
     23   h2 {
     24       border-bottom: 1px solid #999;
     25       margin-top: 16px;
     26       margin-bottom: 4px;
     27   }
     28 
     29   h3 {
     30       margin-top: 8px;
     31       margin-bottom: 2px;
     32   }
     33 
     34   ul {
     35       margin-top: 2px;
     36   }
     37