-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
54 lines (49 loc) · 1.02 KB
/
style.css
File metadata and controls
54 lines (49 loc) · 1.02 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
* {
vertical-align: baseline;
border: 0 none;
outline: 0;
padding: 0;
}
/* clean Page */
.nav{
background-color: rgb(53, 53, 61);
display: flex;
flex-direction: row;
margin: 0 auto;
padding: 5px;
justify-content: space-evenly;
align-items: center;
}
.nav-title{
color: white;
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
/* Nav */
#main-page{
margin: 0 auto;
display: flex;
height: 900px;
}
.main-text{
display: flex;
align-items: center;
justify-content: center;
}
.body-text{
display: flex;
margin: 0 auto;
/* justify-content: center; */
font-style: italic;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.hand-img{
height: 50px;
justify-content: center;
}
/* main-page */
.count-cont{
display: flex;
margin: 0 auto;
position: fixed;
left: 10px;
}