Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update style.css #187

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 23 additions & 23 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ nav {
nav li {
display: inline-block;
position: relative;
color: #ff523b;
color: #ff5050;
}

nav li:after {
Expand All @@ -140,7 +140,7 @@ nav li:after {
height: 2px;
bottom: 0;
left: 0;
background-color: #ff523b;
background-color: #ff5050;
transform-origin: bottom right;
transition: transform 0.25s ease-out;
}
Expand Down Expand Up @@ -195,7 +195,7 @@ p {
width: 50px;
height: 50px;
border-radius: 50%;
background: #ff523b;
background: #ff5050;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
color: #FFFFFF;
border: none;
Expand Down Expand Up @@ -236,13 +236,13 @@ p {

.btn {
display: inline-block;
background-color: #ff523b;
background-color: #ff5050;
color: #fff;
padding: 8px 30px;
margin: 30px 60px;
border-radius: 30px;
transition: background 0.5s;
border: #ff523b;
border: #ff5050;
cursor: pointer;
/* border:2px solid black; */
}
Expand Down Expand Up @@ -307,7 +307,7 @@ linear for gradiancy on basis to vertically */

.title::after {
content: '';
background: #ff523b;
background: #ff5050;
width: 80px;
height: 5px;
border-radius: 5px;
Expand All @@ -327,7 +327,7 @@ h4 {
}

.rating .fa {
color: #ff523b;
color: #ff5050;
}

.col-4:hover {
Expand Down Expand Up @@ -378,7 +378,7 @@ small {

.fa.fa-quote-left {
font-size: 34px;
color: #ff523b;
color: #ff5050;
}

.col-3 p {
Expand Down Expand Up @@ -532,7 +532,7 @@ ul {
}

select {
border: 1px solid #ff523b;
border: 1px solid #ff5050;
padding: 5px;
cursor: pointer;
}
Expand All @@ -547,7 +547,7 @@ select:focus {

.page-btn span {
display: inline-block;
border: 1px solid #ff523b;
border: 1px solid #ff5050;
margin-left: 10px;
width: 40px;
height: 40px;
Expand All @@ -558,7 +558,7 @@ select:focus {
}

.page-btn span:hover {
background: #ff523b;
background: #ff5050;
color: #fff;
}

Expand Down Expand Up @@ -601,16 +601,16 @@ select:focus {
padding-left: 10px;
margin-right: 10px;
font-size: 20px;
border: 1px solid #ff523b;
border: 1px solid #ff5050;
}

input:focus {
outline: none;
/* same color after click ff523b */
/* same color after click ff5050 */
}

.single-product h3 i {
color: #ff523b;
color: #ff5050;
margin-left: 10px;
}

Expand Down Expand Up @@ -660,7 +660,7 @@ th {
text-align: left;
padding: 5px;
color: #fff;
background-color: #ff523b;
background-color: #ff5050;
font-weight: normal;
}

Expand All @@ -675,7 +675,7 @@ td input {
}

td .remove-btn {
color: #ff523b;
color: #ff5050;
font-size: 12px;
cursor: pointer;
transition: color 250ms ease-in-out;
Expand All @@ -698,7 +698,7 @@ td img {
}

.total-price table {
border-top: 3px solid #ff523b;
border-top: 3px solid #ff5050;
width: 100%;
max-width: 400px;
}
Expand Down Expand Up @@ -757,7 +757,7 @@ th:last-child {
font-family: 'Poppins', sans-serif;
width: 70%;
color: white;
background-color: #ff523b;
background-color: #ff5050;
border: none;
border-radius: 20px;
}
Expand Down Expand Up @@ -841,7 +841,7 @@ form .btn:focus {
padding: 10px 5px;
margin: 15px 0;
border: none;
border-bottom: 2px solid #ff523b;
border-bottom: 2px solid #ff5050;
font-size: 16px;
}

Expand All @@ -852,7 +852,7 @@ form a {
#Indicator {
width: 100px;
border: none;
background: #ff523b;
background: #ff5050;
height: 3px;
margin: 9px;
transform: translateX(100px);
Expand Down Expand Up @@ -1242,14 +1242,14 @@ body.active {
font-size: 24px;
border-radius: 5%;
cursor: pointer;
background-color: #ff523b;
background-color: #ff5050;
color: #fff;
margin-left: -10px;
border: 1px solid black;
}

.white {
color: #ff523b;
color: #ff5050;
}

.hidden {
Expand All @@ -1264,7 +1264,7 @@ body.active {

.btn-add {
font-size: 1.2rem;
background-color: #ff523b;
background-color: #ff5050;
color: #fff;
padding: 0.8rem;
border-radius: 1.6em;
Expand Down