style.css
branchv_0
changeset 16 131b90c4909e
parent 2 7aca0c2ba72d
child 17 355edb728822
equal deleted inserted replaced
15:96fc2f42b1e1 16:131b90c4909e
     1 body {
     1 body {
     2 	font-family: FreeSerif;
     2 	font-family: FreeSerif;
     3 	font-size:  20px;
     3 	font-size:  20px;
       
     4 	background-color: white;
       
     5 	color: black;
     4 }
     6 }
     5 
     7 
     6 h1,h2,h3 {
     8 h1,h2,h3 {
     7 	font-family: Sawasdee;
     9 	font-family: Sawasdee;
     8 	font-weight: bold;
    10 	font-weight: bold;
     9 }
    11 }
    10 
    12 
    11 h1 {
    13 h1 {
    12 	text-align: center;
    14 	text-align: center;
    13 }
    15 }
       
    16 
       
    17 a.anchor {
       
    18 	color: #eee;
       
    19 	text-decoration: none;
       
    20 }