-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
128 lines (109 loc) · 2.26 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
@import url('https://fonts.googleapis.com/css2?family=Danfo&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');
.details_container{
background-color: aliceblue;
padding: 20px;
border-radius: 20px;
}
/* nav{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 100%;
background-color: antiquewhite;
height: 100%;
} */
/* .input{
background-color: beige;
color: rgb(26, 243, 62);
font-size: 20px;
} */
input[list]::placeholder {
color: rgb(236, 128, 128); /* Change placeholder text color as an example */
}
input[list]{
background-color: rgb(206, 230, 230);
border-radius: 1px;
}
h1{
color: rgb(21, 237, 68);
font-family: "Pacifico", cursive;
font-size: 3rem;
box-shadow: 3px 3px 5px #83aaeed3 ;
}
h2{
color: brown;
text-align: center;
}
.main_heading{
text-align: center;
}
mark{
background-color: rgb(249, 230, 203);
border-radius: 50%;
font-family:serif;
font-style: oblique;
font-size: 1rem;
color: rgb(243, 13, 36);
margin: 5px;
border: 2px groove rgb(227, 237, 227);
}
label{
padding-left: 25px;
padding-right: 10px;
font-family:'Arial Narrow', Arial, sans-serif;
font-size: 20px;
width: 200px;
}
input{
height: 20px;
border: 2px inset gray;
width: 250px;
}
input:hover{
border: 3px groove #1867f0c4;
box-shadow: 3px 3px 5px #83aaeed3 ;
}
form{
margin-bottom: 30px;
}
h3{
color: #055355;
font-size: 25px;
}
legend{
color: #055355;
font-size: 25px;
}
.address{
display:inline-block;
width: 150px;
margin: 20px;
}
.address1{
display: flex;
flex-direction: row;
margin-bottom: 15px;
margin: 20px;
}
.more_info{
height: 40px;
width: 250px;
}
.button{
text-align: center;
}
button{
height: 30px;
width: 80px;
background-color: aqua;
color: rgb(108, 117, 117);
border-radius: 12px;
margin-top: 10px;
}
.more_info_div{
display: flex;
flex-direction: row;
align-items: center;
}