-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
61 lines (48 loc) · 763 Bytes
/
style.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
h1 {
text-align: center;
}
#selfie {
border-radius: 5%;
margin-bottom: 10px;
}
.row {
padding-top: 50px;
}
#footer-copyright {
text-align: center;
padding: 20px;
}
#summit-logo {
border-radius: 10%;
}
#tf7-logo {
border-radius: 10%;
}
#entire-screen {
background-repeat: no-repeat;
}
.footer-border-top {
border-top: 2px solid lightgray;
margin-top: 20px;
}
.row {
padding-left: 20px;
padding-right: 20px;
background-color: white;
}
.opacity90 {
background: rgba(255, 255, 255, 0.90);
}
.opacity95 {
background: rgba(255, 255, 255, 0.95);
}
#about {
background: rgba(255, 255, 255, 0.4)!important;
}
#no-margin-x {
margin-left: 0px;
margin-right: 0px;
}
#contact-form {
background: rgba(255, 255, 255, 0.95);
}