-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprodukt.css
83 lines (69 loc) · 1.34 KB
/
produkt.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
body {
font-family: "Raleway", sans-serif;
margin: 0;
}
nav {
width: 70em;
padding: 2em;
padding: 2em 10em 0 10em;
background-image: linear-gradient(to right, #fff 0%, rgba(255, 139, 0, .5) 50%, #fff 100%);
background-size: 100% 0.125em;
background-repeat: no-repeat;
background-position: 0 100%;
}
#icon_box {
width: 200px;
margin-right: 4em;
}
#icon {
width: 100%;
}
nav > a {
margin-left: 2em;
margin-right: 2em;
text-decoration: none;
display: inline-block;
}
.bigBox {
width: 70em;
margin: 0 auto;
}
a:link {
color: orange;
}
a:visited {
color: orange;
}
.menue {
line-height: 94px;
vertical-align: middle;
}
.content {
/*border: solid 1px black;*/
height: 48em;
position: relative;
width: 47.2em;
vertical-align: middle;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
align-content: flex-start;
background-image: linear-gradient(to right, #fff 0%, rgba(255, 139, 0, .5) 50%, #fff 100%);
background-size: 100% 0.125em;
background-repeat: no-repeat;
background-position: 0 100%;
}
html, body {
position: relative;
height: 100%;
width: 100%;
}
#produkt {
background-image: linear-gradient(to right, #fff 0%, rgba(255, 139, 0, .5) 50%, #fff 100%);
background-size: 100% 0.125em;
background-repeat: no-repeat;
background-position: 0 75%;
}
*, *::after, *::before {
box-sizing: border-box;
}