-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
78 lines (68 loc) · 1.16 KB
/
style.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
body {
font-family: Roboto;
background-color: #2b1f42;
}
.main {
margin-top: 30px;
margin-left: auto;
margin-right: auto;
width: 60%;
}
.jumbotron {
padding-left: 50px;
box-shadow: 5px 5px #999999;
}
.impressum {
margin-left: 40px;
margin-right: 40px;
margin-top: 40px;
}
.box {
background-color: #FFFFFF;
margin-left: auto;
margin-right: auto;
padding: 10px;
width: 60%;
position: absolute;
box-shadow: 5px 5px #999999;
}
.namebox {
background-color: #FFFFFF;
margin-left: 10px;
margin-right: 10px;
padding: 10px;
}
.social-img {
height: 50px;
width: auto;
margin-right: 10px;
float: left;
}
#social {
text-align: center;
}
.social-btn {
width: 200px;
margin-right: 10px;
margin-left: 10px;
line-height: 50px;
margin-bottom: 10px;
margin-top: 10px;
}
.footer {
bottom: 0;
font-size: 15px;
line-height: 20px;
background-color: #f5f5f5;
left: 10px;
right: 10px;
bottom: 0px;
position: absolute;
padding: 1rem;
text-align: center;
overflow: auto;
}
.badbox {
text-align: center;
font-size: 30px;
}