1
1
<!doctype html>
2
2
< html >
3
3
< head >
4
- < meta charset =' utf-8 ' >
5
- < meta http-equiv =' x-ua-compatible ' content =' ie=edge ' >
4
+ < meta charset =" utf-8 " >
5
+ < meta content =" ie=edge " >
6
6
< title > CSS Chasis - Tables</ title >
7
- < meta name ='description ' content ='Typography skeleton for styling '>
8
- < meta name ='viewport ' content ='width=device-width, initial-scale=1 '>
9
- < link rel ='stylesheet ' href ='../dist/css/chassis.css '>
10
- < link href ='http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700,400italic,700italic ' rel ='stylesheet ' type ='text/css '>
11
- < style >
12
- body {
13
- max-width : 700px ;
14
- margin : 3em auto;
15
- padding : 0 1em ;
16
- }
17
- </ style >
7
+ < meta name ="description " content ="Typography skeleton for styling ">
8
+ < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
9
+ < link rel ="stylesheet " href ="../dist/css/chassis.css ">
10
+ < link rel ="stylesheet " href ="demos.css ">
11
+ < link href ="http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700,400italic,700italic " rel ="stylesheet " type ="text/css ">
18
12
</ head >
19
13
< body >
20
14
@@ -24,7 +18,7 @@ <h1>CSS Chassis</h1>
24
18
25
19
< h2 > Tables</ h2 >
26
20
27
- < p > Here' s a paragraph to show spacing around the table. Aenean lacinia bibendum nulla sed consectetur. Maecenas faucibus mollis interdum..</ p >
21
+ < p > Here" s a paragraph to show spacing around the table. Aenean lacinia bibendum nulla sed consectetur. Maecenas faucibus mollis interdum..</ p >
28
22
29
23
< table >
30
24
< thead >
@@ -57,9 +51,9 @@ <h2>Tables</h2>
57
51
</ tbody >
58
52
</ table >
59
53
60
- < p > Here' s a paragraph to show spacing around the table. Aenean lacinia bibendum nulla sed consectetur. Maecenas faucibus mollis interdum..</ p >
54
+ < p > Here" s a paragraph to show spacing around the table. Aenean lacinia bibendum nulla sed consectetur. Maecenas faucibus mollis interdum..</ p >
61
55
62
- < div class =' table--responsive ' >
56
+ < div class =" table--responsive " >
63
57
< table >
64
58
< thead >
65
59
< tr >
@@ -116,7 +110,7 @@ <h2>Tables</h2>
116
110
</ table >
117
111
</ div >
118
112
119
- < p > Here' s a paragraph to show spacing around the table. Aenean lacinia bibendum nulla sed consectetur. Maecenas faucibus mollis interdum.</ p >
113
+ < p > Here" s a paragraph to show spacing around the table. Aenean lacinia bibendum nulla sed consectetur. Maecenas faucibus mollis interdum.</ p >
120
114
121
115
</ body >
122
116
</ html >
0 commit comments