-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
85 lines (84 loc) · 1.23 KB
/
Copy pathstyles.css
File metadata and controls
85 lines (84 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
body {
color: #666;
background: grey;
}
.wrapper {
padding: 5px;
width: 960px;
margin: 20px auto;
background: #fff;
}
header {
padding: 15px 15px;
text-align: center;
}
header img {
width: 20%;
height: 20%;
}
header h1 {
font-size: 50px;
margin: 0px;
}
header p {
margin: 0px;
}
nav {
text-align: center;
}
nav ul {
padding: 0px;
}
nav ul li {
display: inline;
padding-right: 10px;
}
nav ul li {
}
.btn {
-webkit-border-radius: 6;
-moz-border-radius: 6;
border-radius: 6px;
font-family: Arial;
color: #ffffff;
font-size: 15px;
background: #666;
padding: 10px 10px 10px 10px;
text-decoration: none;
display: inline;
}
.btn a {
color: #fff;
text-decoration: none;
}
.column-container {
display: table;
width: auto;
}
.first-column {
width: 33%;
padding: 5px 15px;
background: #E5E5E5;
display: table-cell;
text-align: center;
}
.second-column {
width: 33%;
padding: 5px 15px;
margin: 0px 5px 5px 5px;
display: table-cell;
}
footer{
clear: both;
padding: 15px 15px;
text-align: center;
}
header, nav, .column-container{
margin-bottom: 5px;
}
.wrapper, header, nav, .first-column, .second-column, .third-column, footer{
border: solid 3px #ccc;
}
.answer{
display: none;
}