-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
76 lines (75 loc) · 1.23 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
* {margin: 0; padding: 0; outline:0;
font-family:Arial, Helvetica, sans-serif;
}
#navbody{
display: flex;
flex-direction: row;
font-size: 3.5vw;
}
.page{
margin-left: 2vw;
margin-right: 2vw;
width: 12.2vw;
margin-top: auto;
margin-bottom: auto;
text-align: center;
color: #B8B87C;
}
.logo{
display: flex;
min-width: 7.5vw;
}
nav{
display:flex;
flex-direction: row;
background: #353535;
height: 4.5vw;
}
body{
background: linear-gradient(84.29deg, #2D2C26 6.22%, #464631 100%);
}
.spacer-v{
width: 4vw;
}
.spacer-h{
height: 4vw;
}
.image-group{
width: 20.8vw;
flex-direction: column;
display: flex;
margin-top: auto;
margin-bottom: auto;
}
#body{
display: flex;
justify-content: end;
flex-direction: row;
font-size: 3vw;
}
#content{
flex-grow: 1;
text-align: center;
color: aliceblue;
display: flex;
flex-direction: column;
}
.image{
height:20.8vw;
background-color: aliceblue;
}
#title{
font-size: 7vw;
margin-top: auto;
margin-bottom: auto;
font-weight: bold;
}
#pararaph{
margin-top: auto;
margin-bottom: auto;
}
#list{
margin-top: auto;
margin-bottom: auto;
text-align: left;
}