-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathuniversal.css
More file actions
81 lines (65 loc) · 1.07 KB
/
universal.css
File metadata and controls
81 lines (65 loc) · 1.07 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
html,body {
margin: 0 auto;
}
a {
text-decoration: none;
color: #EFBDCE;
}
a:hover {
color: #ffffff;
}
p {
width: 80%;
max-width: 800px;
font-family: 'Raleway', sans-serif;
font-size: 17px;
}
h1 {
width: 80%;
max-width: 800px;
font-family: 'Raleway', sans-serif;
font-size: 24px;
}
.header {
position: fixed;
color: rgb(0,0,0);
background: rgb(0,0,0);
width: 100%;
height: 10%;
min-height: 55px;
display:flex;
justify-content: left;
align-items: center;
z-index: 1;
}
.head-text {
font-size: 25px;
font-family: 'Raleway', sans-serif;
}
.header-but {
float: left;
margin-left: 10%;
}
.title {
display: flex;
justify-content: center;
margin-bottom: 20px;
padding-top: 80px;
padding-bottom: 10px;
}
.title-text {
font-size: 15vh;
font-family: 'Raleway', sans-serif;
text-align: center;
}
.body-background {
border-radius: 5px;
background-color: #f2f2f2;
padding: 20px;
width: 100%;
box-sizing: border-box;
}
#logo {
font-size: 50px;
padding-left: 2vh;
}