-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
108 lines (90 loc) · 1.96 KB
/
styles.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
* {box-sizing: border-box}
/* Set height of body and the document to 100% */
body, html {
height: 100%;
margin: 0;
font-family: Arial;
background: #eee;
background-image: url("https://www.welt.de/img/wirtschaft/webwelt/mobile185613328/8211628427-ci23x11-w960/Instagram-Account-Vanessa-BlumenthalN-2.jpg");
/*
funktioniert nur, wenn Dateien lokal vorhanden
background-image: url("pix/pic2.jpeg");
*/
background-repeat: no-repeat;
background-size: cover;
background-position-x: right;
}
.cn {
display: table-cell;
width: 100vw;
height: 94vh;
vertical-align: middle !important;
text-align: center;
}
form{
margin: 0;
}
/* Style navbar */
.outer-div{
background-color: #A72534;
border: black solid 2px
}
.tablink {
color: #23585C;
border: none;
outline: none;
cursor: pointer;
font-size: 12px;
padding: 0;
margin: auto;
background-color:#EEF4F2;
}
.tablink:hover {
color: #A72534;
border-radius: 5px;
background-color: rgb(231, 231, 231);
border: #EEF4F2 solid 7px;
}
.four{
margin: 0;
width: 33.333% !important;
border-radius: 0%;
height: 6vh;
}
.navbar{
background-color:#EEF4F2;
height: 6vh;
}
#list{
margin: auto;
}
/* carousel */
.carousel{
/* width: 75% !important; */
margin: auto;
margin-top: 50px;
display: inline-block;
width: 400px !important;
height: 70vh !important;
border-radius: 30px 0 30px 0;
opacity: 0.95;
}
.carousel-item{
/* background-image: url("https://www.toptal.com/designers/subtlepatterns/patterns/regal.png");
background-repeat: no-repeat;
background-size: cover; */
background-color: #EEF4F2;
color: #23585C;
padding: 25px;
}
.carousel-item p{
margin: 10px;
font-size: 18px !important;
}
div p{
display: table-cell;
width: 100vw;
height: 35vh;
vertical-align: middle;
text-align: center;
}