style.css (577B)
1 body { 2 font-family: sans-serif ; 3 background-image: url("/background-starfield.gif"); 4 color: #ccc ; 5 } 6 7 main { 8 max-width: 800px ; 9 margin: auto ; 10 } 11 12 img { 13 max-width: 100% ; 14 } 15 16 header h1 { 17 text-align: center ; 18 } 19 20 footer { 21 text-align: center ; 22 clear: both ; 23 } 24 25 /* For TAGLIST.HTML */ 26 .taglist { 27 text-align: center ; 28 clear: both ; 29 } 30 31 /* For NEXTPREV.HTML */ 32 #nextprev { 33 /* The container for both the previous and next articles. */ 34 } 35 #prevart { 36 float: left ; 37 text-align: left ; 38 } 39 #nextart { 40 float: right ; 41 text-align: right ; 42 } 43 #nextart,#prevart { 44 max-width: 33% ; 45 }