This repository was archived by the owner on Sep 5, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +24
-33
lines changed Expand file tree Collapse file tree 3 files changed +24
-33
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 8
8
9
9
table td ,
10
10
table th {
11
- padding : 5px 8px ;
11
+ font-weight : 600 ;
12
+ padding : 5px 8px ;
12
13
}
13
14
14
15
table td {
Original file line number Diff line number Diff line change 8
8
< title > CSS UI - Table</ title >
9
9
10
10
<!-- CSS styles -->
11
- < link rel ="stylesheet " href ="css/style.css ">
11
+ < link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.0/normalize.min.css ">
12
+ < link rel ="stylesheet " href ="https://fonts.googleapis.com/css?family=Open+Sans:400,600&subset=latin-ext ">
13
+ < link rel ="stylesheet " href ="https://css-ui.github.io/css/cssui.min.css ">
14
+ < link rel ="stylesheet " href ="css/style.tables.css ">
15
+ < style >
16
+ body {
17
+ background-color : # f4f4f4 ;
18
+ font-family : 'Open Sans' , sans-serif;
19
+ }
20
+
21
+ .container {
22
+ margin-bottom : 25px ;
23
+ margin-top : 25px ;
24
+ width : 765px ;
25
+ }
26
+
27
+ .container .box {
28
+ background-color : white;
29
+ border-radius : 3px ;
30
+ padding : 15px ;
31
+ }
32
+ </ style >
12
33
</ head >
13
34
< body >
14
35
<!-- container -->
You can’t perform that action at this time.
0 commit comments