-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
71 lines (57 loc) · 817 Bytes
/
style.css
File metadata and controls
71 lines (57 loc) · 817 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
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
h1 {
font-size: 3rem;
}
h2 {
font-size: 2.5rem;
}
#title {
background-color: #0d7377;
font-family: 'Montserrat', sans-serif;
}
#introduction {
background-color: #14ffec;
font-family: 'Tenali Ramakrishna', sans-serif;
font-size: 3rem;
}
#features {
background-color: #30e3ca;
}
.description {
padding-top: 5%;
font-size: 2rem;
}
.navbar-brand {
font-size: 2rem;
}
.navbar-item {
font-style: italic;
}
.feature-box {
padding-top: 2rem;
padding-bottom: 2rem;
}
.fas {
font-size: 2rem;
}
.far {
font-size: 2rem;
}
.lab {
width: 80%;
height: auto;
border-radius: 50%;
padding-bottom: 2%;
margin: auto;
}
.middle {
text-align: center;
}
#footer {
background-color: #14ffec;
font-size: 1rem;
padding-bottom: 0rem;
}
.social-icon {
font-size: 1.5rem;
padding: 0.5rem;
}