-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
62 lines (49 loc) · 952 Bytes
/
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
@font-face
{
font-family: 'droid_sansregular';
src: url('DroidSans-webfont.eot');
src: url('DroidSans-webfont.eot?#iefix') format('embedded-opentype'),
url('DroidSans-webfont.woff') format('woff'),
url('DroidSans-webfont.ttf') format('truetype'),
url('DroidSans-webfont.svg#droid_sansregular') format('svg');
font-weight: normal;
font-style: normal;
}
body
{
background-image: url('greyzz.png');
}
h1, h2
{
font-family: 'droid_sansregular', 'Arial', sans-serif;
}
h1, h1 + p
{
text-align: center;
}
img
{
float: right;
border: 1px solid black;
box-shadow: 2px 2px 2px black;
width: 100px;
}
h2
{
color: #6E4A46;
}
#lebenslaufbar
{
display: inline-block;
vertical-align: top;
width: 10%;
margin-right: 3%;
min-height: 1500px;
background-color: #0da0e5;
border-radius: 10px;
}
#content
{
display: inline-block;
width: 85%;
}