-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
54 lines (47 loc) · 742 Bytes
/
styles.css
File metadata and controls
54 lines (47 loc) · 742 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
html,
body {
margin: 0px;
padding: 0px;
overflow: auto;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
font-weight: 500;
text-align: center;
background-color: #1A202C;
}
#scroll_top_btn {
display: none;
position: fixed;
bottom: 20px;
right: 30px;
z-index: 99;
font-size: 18px;
border: none;
outline: none;
background-color: red;
color: white;
cursor: pointer;
padding: 15px;
border-radius: 4px;
}
#scroll_top_btn:hover {
background-color: #555;
}
p {
font-size: 1.5em;
}
.me {
object-fit: contain;
width: 350px;
height: 350px;
border-radius: 50%;
}
.separator {
margin-top: 70px
}
.flex-container {
display: flex;
justify-content: space-around;
}
.role {
text-align: left
}