-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.css
108 lines (106 loc) · 2.22 KB
/
index.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
body{
background-image: url('hotel.jpg');
background-size: cover;
background-position:center;
}
#output {
background-color: #c5edf3;
color: #463c39;
font-size: 17px;
padding: 30px 30px;
width: 40%;
border: 2px solid #009688;
font-family: sans-serif;
line-height: 1.8;
}
#newPublish {
background-color: #c5edf3;
color: #463c39;
font-size: 17px;
padding: 30px 30px;
width: 40%;
border: 2px solid #009688;
font-family: sans-serif;
line-height: 1.8;
}
.box {
background-color: #f7f7f7;
margin-top: 60px;
margin-bottom: 50px;
padding: 40px 60px;
}
#details_info {
background-color: #f7f7f7;
color: #463c39;
font-size: 17px;
padding: 30px 30px;
width: 40%;
border: 1px solid #cccccc;
font-family: sans-serif;
line-height: 1.8;
margin-left: 90px;
}
.box3 {
margin-top: 80px;
margin-left: 150px;
margin-right: 150px;
margin-bottom: 60px;
padding: 40px 50px;
background-color: gainsboro;
}
.box11 {
margin-top: 80px;
margin-left: 250px;
margin-right: 250px;
margin-bottom: 60px;
padding: 40px 50px;
background-color: gainsboro;
line-height: 2.5;
}
.web_design_box {
margin-top: 30px;
margin-left: 350px;
margin-right: 350px;
margin-bottom: 60px;
padding: 40px 50px;
background-color: #d9edf7;
box-shadow: 3px 5px 10px #318f86;
}
.hotel_reserve_box {
margin-top: 30px;
margin-left: 350px;
margin-right: 350px;
margin-bottom: 60px;
padding: 40px 50px;
background-color: #c6badc;
box-shadow: 3px 5px 10px #7527b0;
}
.online_food_delivery_box {
margin-top: 50px;
margin-left: 350px;
margin-right: 350px;
margin-bottom: 60px;
padding: 20px 40px;
background-color: #d4c0b9;
box-shadow: 3px 5px 10px #714c4a;
}
.result_box {
margin-top: 15%;
margin-left: 350px;
margin-right: 350px;
margin-bottom: 60px;
padding: 20px 40px;
background-color: #d4c0b9;
box-shadow: 3px 5px 10px #8BC34A;
}
.result_box_text {
color: #232222;
font-size: 20px;
text-align: center;
padding-top:10px;
}
.result_box_text span {
color: #614136;
font-size: 26px;
text-align: center;
}