forked from kevingorski/JavaScriptAndjQuery
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcustom.css
More file actions
32 lines (30 loc) · 656 Bytes
/
Copy pathcustom.css
File metadata and controls
32 lines (30 loc) · 656 Bytes
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
#title-slide h1 {
color: #C00;
}
#title-slide h2 {
color: #666;
padding: 0 48px;
position: absolute;
left: 0;
right: 0;
top: 65%;
-webkit-transform: translate(0, -65%);
-moz-transform: translate(0, -65%);
-ms-transform: translate(0, -65%);
-o-transform: translate(0, -65%);
transform: translate(0, -65%);
text-align: center;
}
#title-slide h3 {
padding: 0 48px;
position: absolute;
left: 0;
right: 0;
top: 70%;
-webkit-transform: translate(0, -70%);
-moz-transform: translate(0, -70%);
-ms-transform: translate(0, -70%);
-o-transform: translate(0, -70%);
transform: translate(0, -70%);
text-align: center;
}