-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
139 lines (137 loc) · 2.56 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
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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
*{
margin: 0px;
padding: 0px;
}
.navbar1{
background-color: #000;
display: flex;
}
.navbar1 img{
width: 200px;
padding-top: 20px;
padding-left: 30px;
margin-left: 50px;
/* margin-left: 40px; */
}
.navbar2{
padding-top: 40px;
margin-left: 20%;
}
.navbar2 ul li{
/* align-items: center; */
/* padding-top: 30px; */
color: #fff;
margin-left: 20px;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-size: 18px;
display: inline;
}
.btn1{
background-color: #000;
color: #fff;
border: 1px solid #fff;
border-radius: 25px;
padding: 10px;
margin-left: 20px;
}
.btn2{
background-color: red;
color: #fff;
border: none;
border-radius: 25px;
padding: 10px;
margin-left: 15px;
}
.mein-salt{
background-color: #000;
}
.salt p{
color: rgba(255, 255, 255, 0.7);;
}
.salt{
padding-top: 50px;
color: #fff;
justify-content: center;
text-align: center;
}
.salt span{
font-weight: bold;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.salt1{
height: 55vh;
display: flex;
justify-content: center;
}
.img-salt1{
/* display: flex; */
/* justify-content: center; */
background-color: #fff;
border-radius: 5px;
width: 240px;
margin: 20px;
height: 15vh;
}
.img-salt1 img{
width: 240px;
}
.img-salt2 img{
width: 240px;
}
.img-salt3 img{
width: 240px;
}
.img-salt2{
/* display: flex; */
/* justify-content: center; */
background-color: #fff;
width: 240px;
margin: 20px;
height: 15vh;
border-radius: 5px;
}
.img-salt1 .btn1{
margin-top: 30px;
width: 70%;
}
.img-salt2 .btn1{
margin-top: 30px;
width: 70%;
}
.img-salt3 .btn1{
width: 70%;
margin-top: 30px;
}
.img-salt3{
/* display: flex; */
/* justify-content: center; */
background-color: #fff;
height: 15vh;
width: 240px;
margin: 20px;
border-radius: 5px;
}
.rsturent{
background-color: #111;
}
.resturent1{
padding-top: 50px;
color: #fff;
justify-content: center;
text-align: center;
}
.resturent1 h2{
text-align: center;
font-size: 40px;
}
.resturent1 span{
font-weight: bold;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.resturent2{
justify-content: space-around;
display: flex;
}
.resturent3{
color: #fff;
}