forked from MapMaths/mapmaths.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
42 lines (37 loc) · 652 Bytes
/
style.css
File metadata and controls
42 lines (37 loc) · 652 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
body {
font-family: helvetica, arial, sans-serif;
background: rgb(0, 212, 255);
background: rgb(0, 212, 255);
background: linear-gradient(
90deg,
rgba(0, 212, 255, 1) 0%,
rgba(55, 135, 255, 1) 5%,
rgba(55, 135, 255, 1) 95%,
rgba(0, 212, 255, 1) 100%
);
}
.center-title {
text-align: center;
}
br {
border-style: solid;
border-color: white;
}
#up-menu {
top: 0%;
width: 100%;
height: auto;
background: white;
margin: -10px -8px;
position: fixed;
box-shadow: 0 5px 30px #909090;
z-index: 1;
}
.main {
top: 65px;
margin: 2em;
}
.profile-picture {
margin-top: 1em;
margin-left: 0.5em;
}