-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathclasses.css
More file actions
109 lines (87 loc) · 1.33 KB
/
classes.css
File metadata and controls
109 lines (87 loc) · 1.33 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
* {
margin: 0;
padding: 0px;
font-family: 'Montserrat', sans-serif;
}
body {
color: whitesmoke;
background-color: #358073;
}
.heading {
padding-top: 40px;
text-align: center;
text-decoration: underline;
}
.imaging {
border-radius: 15px 50px 30px;
padding-left: 100px;
}
.level-1 {
display: flex;
flex-direction: row;
padding-top: 50px;
}
.introducing {
padding-left: 100px;
padding-right: 100px;
}
.main-content {
padding-left: 100px;
padding-right: 100px;
}
button {
border: none;
padding: 1rem 2rem;
border-radius: 10px;
}
button:hover {
border: 1px solid black;
}
.row {
display: flex;
flex-direction: row;
height: 40vh;
padding: 30px;
background-color: black;
color: whitesmoke;
padding-bottom: 0px;
}
.copyright {
align-content: center;
color: whitesmoke;
text-align: center;
background-color: black;
}
.col-1 {
flex-grow: 2;
width: 30%;
}
.col-2 {
flex-grow: 1;
padding-top: 20px;
}
.col-3 {
flex-grow: 1;
padding-top: 20px;
}
.col-4 {
flex-grow: 1;
padding-top: 20px;
}
.social-icons {
padding-top: 20px;
}
.s1 {
width: 30px;
}
.s2 {
width: 30px;
}
.s3 {
width: 30px;
}
.icon-right {
padding-top: 10px;
padding-bottom: 10px;
margin-top: 10px;
}