Skip to content

Commit 991f2d8

Browse files
committed
Some good changes
1 parent b591985 commit 991f2d8

File tree

8 files changed

+986
-669
lines changed

8 files changed

+986
-669
lines changed

Survey-Form/style.css

Lines changed: 72 additions & 76 deletions
Original file line numberDiff line numberDiff line change
@@ -1,94 +1,90 @@
1-
*{
2-
margin:0;
3-
padding:0;
1+
/* Reset CSS */
2+
* {
3+
margin: 0;
4+
padding: 0;
5+
box-sizing: border-box; /* Include padding and border in the element's total width and height */
46
}
5-
body{
6-
background-color:lightyellow;
7-
text-align:center;
8-
display:flex;
9-
justify-content:center;
7+
8+
/* Base styles */
9+
body {
10+
background-color: lightyellow;
11+
text-align: center;
12+
display: flex;
13+
justify-content: center;
1014
font-family: 'Anaheim', sans-serif;
1115
}
12-
/*form*/
13-
#main{
14-
border:1px solid lightgrey;
15-
border-radius:1rem;
16-
width:70%;
17-
padding:12px;
18-
margin-top:12px;
19-
margin-left:14px;
20-
background-color:white;
21-
text-align:left;
22-
}
23-
h1{
24-
font-size:20px;
25-
margin-bottom:12px;
26-
text-align:center;
27-
}
2816

29-
/*personal section*/
30-
fieldset{
31-
border:1px soliD lightgrey;
32-
margin:10px;
17+
/* Form styles */
18+
#main {
19+
border: 1px solid lightgrey;
20+
border-radius: 1rem;
21+
width: 70%;
22+
padding: 12px;
23+
margin-top: 12px;
24+
margin-left: 14px;
25+
background-color: white;
3326
text-align: left;
34-
padding-left: 10px
3527
}
36-
div{
37-
margin-right:50px;
28+
29+
h1 {
30+
font-size: 20px;
31+
margin-bottom: 12px;
32+
text-align: center;
3833
}
39-
legend{
40-
font-size:15px;
34+
35+
/* Personal section */
36+
fieldset {
37+
border: 1px solid lightgrey;
38+
margin: 10px;
39+
text-align: left;
40+
padding-left: 10px;
4141
}
4242

43-
p{
44-
display:inline;
45-
font-size:14px;
46-
color:black;
47-
opacity:0.6;
43+
legend {
44+
font-size: 15px;
4845
}
49-
/*section 3*/
50-
#dropdown{
51-
font-size:12px;
52-
color:black;
53-
opacity:0.6;
46+
47+
p {
48+
display: inline;
49+
font-size: 14px;
50+
color: black;
51+
opacity: 0.6;
5452
}
55-
#dropdown2{
56-
font-size:12px;
57-
color:black;
58-
opacity:0.6;
53+
54+
/* Section 3 */
55+
#dropdown, #dropdown2 {
56+
font-size: 12px;
57+
color: black;
58+
opacity: 0.6;
5959
}
6060

61-
/* section 4 */
62-
textarea{
63-
font-size:10px;
61+
/* Section 4 */
62+
textarea {
63+
font-size: 10px;
6464
}
65-
/*button styling*/
66-
#button{
67-
color:white;
68-
background-color:red;
69-
border:1px solid red;
70-
padding:2px;
71-
display:block;
72-
margin:auto;
65+
66+
/* Button styling */
67+
#button, #submit {
68+
color: white;
69+
background-color: red;
70+
border: 1px solid red;
71+
padding: 2px;
72+
display: block;
73+
margin: auto;
7374
}
74-
#submit{
75-
color:white;
76-
background-color:red;
77-
border:1px solid red;
78-
padding:2px;
79-
display:block;
80-
margin:auto;
75+
76+
/* Utility classes */
77+
.form-rows {
78+
margin: 12px;
8179
}
82-
/*utility classes*/
83-
.form-rows{
84-
margin:12px;
80+
81+
.form-rows input {
82+
font-size: 10px;
83+
color: lightgrey;
8584
}
86-
.form-rows input{
87-
font-size:10px;
88-
color:lightgrey;
85+
86+
.form-rows label {
87+
font-size: 14px;
88+
color: black;
89+
opacity: 0.6;
8990
}
90-
.form-rows label{
91-
font-size:14px;
92-
color:black;
93-
opacity:0.6;
94-
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
#Wonderland Travel Club
2+
3+
<p> This is a beginner-friendly (ONLY!) website template for a travel and tourism company offering tours and travels in various parts
4+
of the country.<br>
5+
This website is made using the following <ul>Tech Stack <li> HTML5 </li> <li>CSS3</li> <li>Bootstrap 4</li> <ul>
6+
</p>
7+
8+
<p>Fee free to raise issues and contrbute at the original source:
9+
<a href="https://github.com/priyanka-p01/wonder-land-travel-club"> My Github Profile </a>
10+
<a href="https://github.com/priyanka-p01"> Project contributed by Priyanka Peddinti </a>
11+
</p>
28.4 KB
Loading
42.8 KB
Loading
37.6 KB
Loading
557 KB
Loading

0 commit comments

Comments
 (0)