-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #471 from aditi15053/main
Some good changes
- Loading branch information
Showing
8 changed files
with
986 additions
and
669 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,94 +1,90 @@ | ||
*{ | ||
margin:0; | ||
padding:0; | ||
/* Reset CSS */ | ||
* { | ||
margin: 0; | ||
padding: 0; | ||
box-sizing: border-box; /* Include padding and border in the element's total width and height */ | ||
} | ||
body{ | ||
background-color:lightyellow; | ||
text-align:center; | ||
display:flex; | ||
justify-content:center; | ||
|
||
/* Base styles */ | ||
body { | ||
background-color: lightyellow; | ||
text-align: center; | ||
display: flex; | ||
justify-content: center; | ||
font-family: 'Anaheim', sans-serif; | ||
} | ||
/*form*/ | ||
#main{ | ||
border:1px solid lightgrey; | ||
border-radius:1rem; | ||
width:70%; | ||
padding:12px; | ||
margin-top:12px; | ||
margin-left:14px; | ||
background-color:white; | ||
text-align:left; | ||
} | ||
h1{ | ||
font-size:20px; | ||
margin-bottom:12px; | ||
text-align:center; | ||
} | ||
|
||
/*personal section*/ | ||
fieldset{ | ||
border:1px soliD lightgrey; | ||
margin:10px; | ||
/* Form styles */ | ||
#main { | ||
border: 1px solid lightgrey; | ||
border-radius: 1rem; | ||
width: 70%; | ||
padding: 12px; | ||
margin-top: 12px; | ||
margin-left: 14px; | ||
background-color: white; | ||
text-align: left; | ||
padding-left: 10px | ||
} | ||
div{ | ||
margin-right:50px; | ||
|
||
h1 { | ||
font-size: 20px; | ||
margin-bottom: 12px; | ||
text-align: center; | ||
} | ||
legend{ | ||
font-size:15px; | ||
|
||
/* Personal section */ | ||
fieldset { | ||
border: 1px solid lightgrey; | ||
margin: 10px; | ||
text-align: left; | ||
padding-left: 10px; | ||
} | ||
|
||
p{ | ||
display:inline; | ||
font-size:14px; | ||
color:black; | ||
opacity:0.6; | ||
legend { | ||
font-size: 15px; | ||
} | ||
/*section 3*/ | ||
#dropdown{ | ||
font-size:12px; | ||
color:black; | ||
opacity:0.6; | ||
|
||
p { | ||
display: inline; | ||
font-size: 14px; | ||
color: black; | ||
opacity: 0.6; | ||
} | ||
#dropdown2{ | ||
font-size:12px; | ||
color:black; | ||
opacity:0.6; | ||
|
||
/* Section 3 */ | ||
#dropdown, #dropdown2 { | ||
font-size: 12px; | ||
color: black; | ||
opacity: 0.6; | ||
} | ||
|
||
/* section 4 */ | ||
textarea{ | ||
font-size:10px; | ||
/* Section 4 */ | ||
textarea { | ||
font-size: 10px; | ||
} | ||
/*button styling*/ | ||
#button{ | ||
color:white; | ||
background-color:red; | ||
border:1px solid red; | ||
padding:2px; | ||
display:block; | ||
margin:auto; | ||
|
||
/* Button styling */ | ||
#button, #submit { | ||
color: white; | ||
background-color: red; | ||
border: 1px solid red; | ||
padding: 2px; | ||
display: block; | ||
margin: auto; | ||
} | ||
#submit{ | ||
color:white; | ||
background-color:red; | ||
border:1px solid red; | ||
padding:2px; | ||
display:block; | ||
margin:auto; | ||
|
||
/* Utility classes */ | ||
.form-rows { | ||
margin: 12px; | ||
} | ||
/*utility classes*/ | ||
.form-rows{ | ||
margin:12px; | ||
|
||
.form-rows input { | ||
font-size: 10px; | ||
color: lightgrey; | ||
} | ||
.form-rows input{ | ||
font-size:10px; | ||
color:lightgrey; | ||
|
||
.form-rows label { | ||
font-size: 14px; | ||
color: black; | ||
opacity: 0.6; | ||
} | ||
.form-rows label{ | ||
font-size:14px; | ||
color:black; | ||
opacity:0.6; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
#Wonderland Travel Club | ||
|
||
<p> This is a beginner-friendly (ONLY!) website template for a travel and tourism company offering tours and travels in various parts | ||
of the country.<br> | ||
This website is made using the following <ul>Tech Stack <li> HTML5 </li> <li>CSS3</li> <li>Bootstrap 4</li> <ul> | ||
</p> | ||
|
||
<p>Fee free to raise issues and contrbute at the original source: | ||
<a href="https://github.com/priyanka-p01/wonder-land-travel-club"> My Github Profile </a> | ||
<a href="https://github.com/priyanka-p01"> Project contributed by Priyanka Peddinti </a> | ||
</p> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.