-
Notifications
You must be signed in to change notification settings - Fork 0
/
trip.css
138 lines (111 loc) · 2.06 KB
/
trip.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
#container{
margin-top: 120px;
width: 400px;
height: 330px;
margin-left: 470px;
border: 4px solid rgb(6, 90, 69);
background-color: rgb(15, 131, 121);
margin-bottom: 200px;
}
.s{
margin-left: 51px;
}
h3{
text-align: center;
font-size: 28px;
}
#con {
width: 57%;
border: none;
font-size: 19px;
font-weight: bold;
color: white;
background-color:rgb(6, 90, 69) ;
margin: 5px 2px 11px 32px;
padding: 10px 31px 9px 20px;
border-radius: 6px;
cursor: pointer;
}
#i{
color: red;
text-align:end;
position: relative;
top:24px;
}
#i2{
color: red;
text-align:end;
position: relative;
top:73px;
}
body{
background-color: white;
background-image: url("2.jpg");
height: 100%;
/* Center and scale the image nicely */
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.left {
/* border: 2px solid orangered; */
display: inline-block;
position: absolute;
left: 34px;
top: 18px;
}
.left img{
width: 90px;
}
.left div{
text-align: center;
font-size: 16px;
line-height: 0px;
}
.mid{
/* border: 2px solid rosybrown; */
display: block;
width: 60%;
margin: 19px auto;
}
.right {
/* border: 2px solid blue; * position: absolute;*/
position: absolute;
right: 5px;
top: 18px;
}
.navbar{
display: inline-block;
}
.navbar li{
display: inline-block;
font-size: 24px;
padding: auto;
}
.navbar li a{
color: rgb(4, 54, 4);
text-decoration: none;
padding: 19px 25px;
}
.navbar li a:hover, .navbar li a:active {
color: rgb(15, 131, 121);
text-decoration: underline;
}
.btn{
font-family: 'Baloo Bhai', cursive;
margin: 10px 9px;
background-color: rgb(6, 90, 69);
color:white;
padding: 5px 6px;
border-color: rgb(6, 90, 69);
border-radius:12px;
font-size: 16px;
cursor: pointer;
}
.btn:hover{
color: rgb(15, 131, 121);
}
.logo{
margin-top: 10px;
color: rgb(4, 54, 4);
}