-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
44 lines (41 loc) · 765 Bytes
/
Copy pathstyle.css
File metadata and controls
44 lines (41 loc) · 765 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
header {
position: fixed;
background-color: rgba(255, 255, 255, 0.905) ;
width : 100% ;
border-bottom: rgba(0, 0, 255, 0.254) 1.5px solid ;
align-content: center;
}
#first {
position : absolute ;
right: 5px;
font-style: italic ;
color: black !important;
font-size: 15px;
width: 100%;
vertical-align: bottom;
text-align: center;
}
#thesection {
position: relative;
top: 40px;
}
body{
font-family : 'Assistant' !important;
}
.header {
font-size: x-large;
}
.footer {
font-size : large ;
}
.master {
font-size: 4.5rem ;
position: relative;
margin-bottom: 75px;
z-index: -1000;
padding-bottom: 50px;
border-bottom: rgba(0, 0, 255, 0.884) 1px solid ;
align-items: center;
text-align: center;
flex: 1 1 100vw ;
}