Skip to content

Commit

Permalink
Merge pull request #471 from aditi15053/main
Browse files Browse the repository at this point in the history
Some good changes
  • Loading branch information
Ayushparikh-code authored Sep 17, 2024
2 parents fe041f4 + 991f2d8 commit 90ba133
Show file tree
Hide file tree
Showing 8 changed files with 986 additions and 669 deletions.
148 changes: 72 additions & 76 deletions Survey-Form/style.css
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;
}
11 changes: 11 additions & 0 deletions tourist website template copy/README.md
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.
Binary file added tourist website template copy/images/Capture.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 90ba133

Please sign in to comment.