Difference between revisions of "Team:NYMU-Taipei/StyleSheets/subpage"

Line 4: Line 4:
 
border-bottom: 3px solid #5A5A5A;
 
border-bottom: 3px solid #5A5A5A;
 
color: #111111;
 
color: #111111;
padding-left: 10%;
 
 
padding-top:5%;
 
padding-top:5%;
 
text-align:center;
 
text-align:center;
Line 14: Line 13:
 
font-weight: 600;
 
font-weight: 600;
 
color: #333333;
 
color: #333333;
        padding-left: 12%;
 
 
         text-align:center;
 
         text-align:center;
 
}
 
}
Line 22: Line 20:
 
font-weight: 600;
 
font-weight: 600;
 
color: #333333;
 
color: #333333;
padding-left: 14%;
 
 
         text-align:center;
 
         text-align:center;
 
}
 
}

Revision as of 07:26, 27 August 2015

h1 { font-size: 35px; font-weight: 700; border-bottom: 3px solid #5A5A5A; color: #111111; padding-top:5%; text-align:center;

}

h2 { font-size: 28px; font-weight: 600; color: #333333;

       text-align:center;

}

h3 { font-size: 26px; font-weight: 600; color: #333333;

       text-align:center;

}

  1. container > p {
      margin:0px;
      margin-top:3%;
      margin-bottom:8%;
      padding-left:15%;
      padding-right:20%;
      text-align: justify;
      font-size:18px;
      font-family:  Segoe UI, Calibri, Helvetica, sans-serif; 
      font-style: normal;
      


}

  1. container {

margin:auto;

       width: 100%;

padding-top:80px; padding-bottom:80px; background-color:#eee6d1; }