-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.css
113 lines (96 loc) · 1.71 KB
/
main.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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
html, body {
margin: 0;
padding: 0;
}
body {
background-image: url("images/pano.jpg");
background-size: cover;
background-attachment: fixed;
}
h2 {
font-weight: normal;
}
ul {
list-style-type: none;
}
li {
float: left;
}
li a {
font-family: Bahnschrift, sans-serif;
text-align: center;
display: block;
padding-top: auto;
padding-bottom: auto;
padding-right: 50px;
}
li a:link, li a:visited {
color: #000;
text-decoration: none;
}
li a:hover, li a:active {
color: #000;
text-decoration: underline;
}
.menureference {
position: fixed;
padding-top: auto;
top: 0;
width: 100%;
height: 50px;
background-color: #FFF;
border-bottom-style: solid;
border-bottom-color: #EEE;
}
.infopage {
margin-top: 40vh;
padding: 0;
background-color: #FFF;
height: 100%;
}
.infobody {
width: 80%;
margin: 0 auto 0 auto;
}
.infobody h1 {
text-align: center;
font-size: 50px;
font-family: Bahnschrift, sans-serif;
margin-left: auto;
margin-right: auto;
}
.infobody p {
font-size: 22px;
font-family: Bahnschrift, sans-serif;
text-indent: 50px;
}
.profilepic {
position: relative;
top: -125px;
border-radius: 50%;
display: block;
margin-left: auto;
margin-right: auto;
width: 250px;
}
.namecenter {
position: relative;
margin: 0;
top: -120px;
text-align: center;
font-family: Bahnschrift, sans-serif;
}
.titlecenter {
position: relative;
margin: 0;
top: -125px;
text-align: center;
font-family: Bahnschrift, sans-serif;
}
.menulogo {
height: 80%;
margin-top: 5px;
margin-left: 15px;
margin-right: 50px;
float: left;
}