-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathspeisekarte.css
95 lines (57 loc) · 983 Bytes
/
speisekarte.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
#content {
text-align: center;
text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
0px 8px 13px rgba(0,0,0,0.1),
0px 18px 23px rgba(0,0,0,0.1);
margin-left: 5%,
}
#karte1 {
}
#karte2 {
}
#menu1 {
width: 130%;
height: auto;
padding-right: 30%;
transition: all .5s ease-in-out;
}
#menu1:hover {
width: 160%;
height: auto;
padding-top: 5%;
}
#menu2:hover {
width: 160%;
height: auto;
padding-top: 5%;
}
#menu2 {
padding-right: 30%;
width: 130%;
height: auto;
transition: all .5s ease-in-out;
}
html {
height: 100%;
}
body {
font-family: 'Lato',sans-serif;
background:url(dust.png);
background-size: repeat;
background-position: center;
}
hr {
width: 400px;
border-top: 1px solid #f8f8f8;
border-bottom: 1px solid rgba(0,0,0,0.2)
}
h1,h3 {
color: white;
}
h1 {
font-weight: 700;
font-size: 5em;
}
.btn{
font-size: 25px;
}