forked from 13glovera/devosan
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyles.css
110 lines (89 loc) · 1.37 KB
/
styles.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
.above-the-fold {
min-height: 100vh;
background-image: url("img/devOsan_noLogo.png");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
padding-top: 3em;
}
.navbar-collapse hr {
background: #e3e3e3;
opacity: 0.3;
}
#announcement-card-link {
text-decoration: none;
color: black;
}
#club-info {
background-color: #202222;
color: white;
text-align: center;
padding-top: 3em;
padding-bottom: 3em;
font-size: 1.5em;
}
#contact {
text-align: center;
color: white;
background-color: #202222;
}
.events-projects {
color: white;
background-color: #696035;
padding-top: 3em;
padding-bottom: 3em;
}
#events,
#projects {
margin-top: 1em;
text-align: center;
}
i {
font-size: 2em;
}
.learn-faq {
color: #202222;
padding-top: 3em;
padding-bottom: 3em;
}
.name-slogan {
text-align: center;
}
h1 {
font-size: 5em;
}
h4 {
font-size: 1.8em;
}
.vision-statement {
/* font-size: 1.5em; */
margin-bottom: 3em;
}
/* */
.rightalign {
text-align: right;
}
.wingdings-image {
font-family: "Wingdings";
font-size: 96px;
color: #040;
width: 120px;
}
.webdings-image {
font-family: "Webdings";
font-size: 96px;
color: #040;
width: 120px;
}
.info-display {
padding-top: 16px;
}
.info-header {
font-size: 48px;
}
.info-header-sm {
padding-left: 12px;
}
.answer {
margin-left: 10px;
}