-
Notifications
You must be signed in to change notification settings - Fork 143
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 #310 from 07sumit1002/revert-281-issue-112
Revert "Issue 112 - Complicated file structure (solved)"
- Loading branch information
Showing
79 changed files
with
3,921 additions
and
3,923 deletions.
There are no files selected for viewing
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
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,103 +1,103 @@ | ||
*{ | ||
margin: 0; | ||
padding: 0; | ||
font-family: 'poppins', sans-serif; | ||
box-sizing: border-box; | ||
} | ||
html{ | ||
scroll-behavior: smooth; | ||
} | ||
body{ | ||
background: lightcyan; | ||
color: black; | ||
} | ||
|
||
.contact-left{ | ||
flex-basis: 35%; | ||
padding: 20px; | ||
} | ||
.contact-right{ | ||
flex-basis: 60%; | ||
padding: 20px; | ||
} | ||
.contact-left p{ | ||
margin-top: 30px; | ||
} | ||
.contact-left p i{ | ||
color: #ff004f; | ||
margin-right: 15px; | ||
font-size: 25px; | ||
} | ||
.social-icon{ | ||
margin-top: 30px; | ||
} | ||
.social-icon a{ | ||
text-decoration: none; | ||
font-size: 30px; | ||
margin-right: 15px; | ||
color: blue; | ||
display: inline-block; | ||
transition: transform 0.5s; | ||
} | ||
.social-icon a:hover{ | ||
color: yellowgreen; | ||
transform: translateY(-5px); | ||
} | ||
.btn.btn2{ | ||
display: inline-block; | ||
background: blueviolet; | ||
border-radius: 14px; | ||
color: white; | ||
} | ||
.btn.btn2:hover{ | ||
background-color: #ff004f; | ||
} | ||
|
||
.contact-right form{ | ||
width: 100%; | ||
} | ||
form input, form textarea{ | ||
width: 100%; | ||
border: 0; | ||
outline: none; | ||
background: rgb(232, 210, 238); | ||
padding: 15px; | ||
margin: 15px 0; | ||
color: #fff; | ||
font-size: 18px; | ||
border-radius: 6px; | ||
} | ||
form .btn2{ | ||
padding: 14px 60px; | ||
font-size: 18px; | ||
margin-top: 20px; | ||
cursor: pointer; | ||
} | ||
.copyright{ | ||
width: 100%; | ||
text-align: center; | ||
padding: 25px 0; | ||
background: #262626; | ||
font-weight: 300; | ||
margin-top: 20px; | ||
} | ||
.copyright i{ | ||
color: #ff004f; | ||
} | ||
.header{ | ||
padding:20px 20px 0px 20px; | ||
} | ||
.features{ | ||
padding:0px 20px 20px 20px; | ||
} | ||
.accordion{ | ||
padding:15px; | ||
margin:0px; | ||
border:0px; | ||
} | ||
.heading{ | ||
padding:0px; | ||
margin:0px; | ||
border:0px; | ||
|
||
} | ||
*{ | ||
margin: 0; | ||
padding: 0; | ||
font-family: 'poppins', sans-serif; | ||
box-sizing: border-box; | ||
} | ||
html{ | ||
scroll-behavior: smooth; | ||
} | ||
body{ | ||
background: lightcyan; | ||
color: black; | ||
} | ||
|
||
.contact-left{ | ||
flex-basis: 35%; | ||
padding: 20px; | ||
} | ||
.contact-right{ | ||
flex-basis: 60%; | ||
padding: 20px; | ||
} | ||
.contact-left p{ | ||
margin-top: 30px; | ||
} | ||
.contact-left p i{ | ||
color: #ff004f; | ||
margin-right: 15px; | ||
font-size: 25px; | ||
} | ||
.social-icon{ | ||
margin-top: 30px; | ||
} | ||
.social-icon a{ | ||
text-decoration: none; | ||
font-size: 30px; | ||
margin-right: 15px; | ||
color: blue; | ||
display: inline-block; | ||
transition: transform 0.5s; | ||
} | ||
.social-icon a:hover{ | ||
color: yellowgreen; | ||
transform: translateY(-5px); | ||
} | ||
.btn.btn2{ | ||
display: inline-block; | ||
background: blueviolet; | ||
border-radius: 14px; | ||
color: white; | ||
} | ||
.btn.btn2:hover{ | ||
background-color: #ff004f; | ||
} | ||
|
||
.contact-right form{ | ||
width: 100%; | ||
} | ||
form input, form textarea{ | ||
width: 100%; | ||
border: 0; | ||
outline: none; | ||
background: rgb(232, 210, 238); | ||
padding: 15px; | ||
margin: 15px 0; | ||
color: #fff; | ||
font-size: 18px; | ||
border-radius: 6px; | ||
} | ||
form .btn2{ | ||
padding: 14px 60px; | ||
font-size: 18px; | ||
margin-top: 20px; | ||
cursor: pointer; | ||
} | ||
.copyright{ | ||
width: 100%; | ||
text-align: center; | ||
padding: 25px 0; | ||
background: #262626; | ||
font-weight: 300; | ||
margin-top: 20px; | ||
} | ||
.copyright i{ | ||
color: #ff004f; | ||
} | ||
.header{ | ||
padding:20px 20px 0px 20px; | ||
} | ||
.features{ | ||
padding:0px 20px 20px 20px; | ||
} | ||
.accordion{ | ||
padding:15px; | ||
margin:0px; | ||
border:0px; | ||
} | ||
.heading{ | ||
padding:0px; | ||
margin:0px; | ||
border:0px; | ||
|
||
} |
Oops, something went wrong.