forked from NikHarshal/updated-project-unit2
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 2732449
Showing
35 changed files
with
7,902 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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,280 @@ | ||
/* NavBar */ | ||
#navbar{ | ||
width: 100%; | ||
height: auto; | ||
/* border: 1px solid red; */ | ||
} | ||
#pickup{ | ||
background-color: rgb(235, 235, 235); | ||
} | ||
#pickup>.gps>h3>img{ | ||
height: 25px; | ||
|
||
|
||
} | ||
.gps{ | ||
display: flex; | ||
flex-direction: row-reverse; | ||
text-align: center; | ||
} | ||
#head{ | ||
margin: 17px auto 8px; | ||
width: 258px; | ||
height: 25px; | ||
left: auto; | ||
position: relative; | ||
right: auto; | ||
|
||
margin-top: 27px; | ||
width: 340px; | ||
height: 34px; | ||
} | ||
.lefthead{ | ||
margin-left: -150px; | ||
display: flex; | ||
align-items: center; | ||
justify-content: center; | ||
} | ||
.lefthead>a{ | ||
text-decoration: none; | ||
} | ||
.links{ | ||
margin-top: 15px; | ||
font-size: 14px; | ||
|
||
|
||
} | ||
.links>a{ | ||
text-decoration: none; | ||
color: grey; | ||
|
||
} | ||
.links>a:hover{ | ||
text-decoration: underline 2px solid rgb(47, 74, 226); | ||
|
||
|
||
} | ||
|
||
|
||
|
||
/* End Nav Bar */ | ||
|
||
|
||
|
||
|
||
*{ | ||
/* margin: 0px; | ||
padding: 0px; */ | ||
font-family: Trade Gothic W01 Light,Arial,sans-serif; | ||
} | ||
#topopenpage{ | ||
width: 100%; | ||
height: 40px; | ||
/* border: 1px solid black; */ | ||
background-color: white; | ||
padding-left: 20px; | ||
margin-top: 100px; | ||
margin-bottom: 5px; | ||
font-size: 10px; | ||
} | ||
#container{ | ||
width: 100%; | ||
height: auto; | ||
/* border: 1px solid red; */ | ||
background-color:white; | ||
display: flex; | ||
justify-content: space-around; | ||
} | ||
#container_1{ | ||
width: 18%; | ||
height: auto; | ||
/* border: 1px solid rgb(230, 213, 213); */ | ||
} | ||
#container_2{ | ||
width: 80%; | ||
height: 1800px; | ||
/* border: 1px solid blue; */ | ||
background-color: rgb(255, 255, 255); | ||
} | ||
#sidemenu_id{ | ||
width: 75%; | ||
height: auto; | ||
/* border: 1px solid black; */ | ||
} | ||
#topopenpage{ | ||
display: flex; | ||
gap: 10px; | ||
margin-top: -10px; | ||
} | ||
/* hsfooseuiq */ | ||
#sidemenu_id>div>h3{ | ||
font-size: 13px; | ||
margin-top: 50px; | ||
margin-bottom: 20px; | ||
} | ||
#sidemenu_id>div>p>a{ | ||
line-height: 20px; | ||
font-size: 12px; | ||
text-decoration: none; | ||
color: rgb(95, 95, 95); | ||
} | ||
|
||
|
||
/* Second DIV Propertis */ | ||
|
||
#container_2>div>h1{ | ||
/* Hand Soaps & Sanitizers */ | ||
font-family: Trade Gothic W01 Light,Arial,sans-serif; | ||
font-size: 21px; | ||
font-size: 1.3125rem; | ||
line-height: 21px; | ||
line-height: 1.3125rem; | ||
color: rgb(75, 75, 75); | ||
margin: 1.25rem 0; | ||
margin-top: 9px; | ||
font-weight: 400; | ||
border-bottom: 1px solid #333; | ||
padding-bottom: 0.625em; | ||
margin-bottom: 20px; | ||
} | ||
.img>img{ | ||
width: 100%; | ||
|
||
} | ||
#container_2>h4{ | ||
width: 100%; | ||
text-align: center; | ||
border-bottom: 1px solid black; | ||
line-height: 0.1em; | ||
margin: 40px 0 30px; | ||
font-family: Trade Gothic W01 Bold_2,Arial,sans-serif; | ||
} | ||
#container_2>h4 span { | ||
background:#fff; | ||
padding:0 10px; | ||
} | ||
#shoping{ | ||
display: flex; | ||
justify-content: center; | ||
/* align-items: center; */ | ||
} | ||
#shoping{ | ||
display: grid; | ||
grid-template-columns: repeat(4,1fr); | ||
grid-template-rows:repeat(1,350px); | ||
gap: 10px; | ||
} | ||
#shoping>div{ | ||
/* border: 1px solid black; */ | ||
} | ||
#shoping>div>img{ | ||
width: 100%; | ||
} | ||
/* #shoping>div>button{ | ||
padding: 8px 25px; | ||
display: block; | ||
margin: auto; | ||
margin-top: 10px; | ||
border: 2px solid black; | ||
background-color: #fff; | ||
cursor: pointer; | ||
} */ | ||
#shoping>div>div:hover{ | ||
background-color: black; | ||
color: white; | ||
cursor: pointer; | ||
text-decoration: #fff; | ||
} | ||
#shoping>div>div{ | ||
font-size: 12px; | ||
width: 50%; | ||
padding: 8px 35px; | ||
margin: auto; | ||
margin-top: 10px; | ||
text-align: center; | ||
border: 3px solid black; | ||
} | ||
#shoping>div>div>a{ | ||
font-family: Trade Gothic W01 Bold_2,Arial,sans-serif; | ||
letter-spacing: .999px; | ||
text-decoration: none; | ||
color:black; | ||
box-sizing: border-box; | ||
} | ||
#shoping>div>div>a:hover{ | ||
color: #fff; | ||
} | ||
#feel_good_banner{ | ||
width: 98%; | ||
height: 480px; | ||
/* border: 1px solid red; */ | ||
margin: auto; | ||
margin-top: 40px; | ||
/* margin-bottom: 20px; */ | ||
} | ||
#feel_good_banner:hover{ | ||
/* border: 1px dotted; */ | ||
} | ||
#feel_good_banner>img{ | ||
width: 100%; | ||
} | ||
#container_2>h2>span{ | ||
margin-top: 20px; | ||
font-family: Trade Gothic W01 Light,Arial,sans-serif; | ||
line-height: 1.125; | ||
font-size: 1.5rem; | ||
text-transform: none; | ||
} | ||
.paras>a{ | ||
/* text-decoration: none; */ | ||
/* color: black; */ | ||
} | ||
#paraDiv>p>a{ | ||
color: grey; | ||
} | ||
#paraDiv>p{ | ||
|
||
color: grey; | ||
line-height: 23px; | ||
width: 80%; | ||
font-size: 13px; | ||
} | ||
#lastbox{ | ||
display: flex; | ||
} | ||
#left{ | ||
width: 30%; | ||
height: auto; | ||
height: auto; | ||
border: 0px solid blue; | ||
} | ||
#right{ | ||
width: 70%; | ||
height: auto; | ||
/* border: 1px solid blue; */ | ||
display: flex; | ||
|
||
} | ||
.btn:hover{ | ||
background-color:rgb(145, 31, 31); | ||
color: rgb(0, 0, 0); | ||
} | ||
#fotterimg{ | ||
display: flex; | ||
width: 100%; | ||
height: 25px; | ||
} | ||
#fotterimg>div>img{ | ||
height: 30px; | ||
width: 30px; | ||
margin-top: -10px; | ||
margin-left: 10px; | ||
border-radius: 30px; | ||
} | ||
#rightboxes{ | ||
width: 20%; | ||
height: auto; | ||
/* border: 1px solid red; */ | ||
margin: auto; | ||
margin-top: 0px; | ||
} |
Oops, something went wrong.