-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchoiceboard.css
125 lines (93 loc) · 1.44 KB
/
choiceboard.css
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
body {
background: lightgrey;
}
* {
font-family:verdana;
}
h2 {
font-size:15px;
color:black;
font-weight:520;
}
h4 {
color:black;
font-size:16px;
}
h5 {
color:black;
font-size:28px;
}
h6 {
color:black;
font-size:20px;
}
p {
font-size:19px;
}
bgimg-1, .bgimg-2, .bgimg-3 {
position: relative;
opacity: 0.65;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.bgimg-1 {
background-image: url("http://www.numarkwebdesign.com/img/backgrounds/home.jpg");
height: 100%;
}
.caption {
position: absolute;
left: 0;
top: 50%;
width: 100%;
text-align: center;
color: #000;
}
.paragraph {
color:Black;
text-align:justify;
text-indent:50px;
letter-spacing:1px;
width:90%;
clear:both;
display:block;
position:relative;
font-size:19px;
font-family:verdana;
line-height:1.6em;
}
.image {
left:
}
body, html {
height: 100%;
margin: 0;
font: 400 15px/1.8 "Lato", sans-serif;
color: #777;
}
.caption span.border {
background-color: rgba(128,128,128, 0.7);
color: black;
padding: 18px;
font-size: 25px;
letter-spacing: 10px;
}
h3 {
letter-spacing: 5px;
text-transform: uppercase;
font: 20px "Lato", sans-serif;
color: #111;
}
.main {
background-image: url("http://www.numarkwebdesign.com/img/backgrounds/home.jpg")
}
.bg {
background-color: rgba(128,128,128, 0.45);
}
.title{
color: black;
}
table, th {
width: 50%;
border: 1px solid black;
}