Skip to content

Commit

Permalink
Update login.html
Browse files Browse the repository at this point in the history
  • Loading branch information
MaryTaliani authored Dec 8, 2023
1 parent c50ec47 commit 6d66455
Showing 1 changed file with 0 additions and 80 deletions.
80 changes: 0 additions & 80 deletions login.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,6 @@
background-color: rgb(160, 160, 160);
padding-top: 0px;
margin-top: -4px;
/*
position: fixed;
top: 0;
width: 100%;*/
}

.navbar a {
color: white;
Expand All @@ -51,30 +46,6 @@
padding: 0px;
}

.choose-us {
padding: 30px 40px;
display: flex;
justify-content: space-between;
justify-content: center;
padding: 10% 10px 0px 50px;
width: 90%;
/*vertical alignment adjustment*/
align-items: center;
}

.choose-us-text {
width: 60%;
}

.services {
width: 50%;
background-color: rgb(255, 255, 255, 0.8);
padding: 30px;
margin: 20px auto;
border-radius: 30px;
text-align: center;
}

.booking {
text-align: center;
margin: 40px 0px 60px 0px;
Expand All @@ -93,61 +64,10 @@
text-decoration: none;
}

.story {
color: white;
background-color: #284968;
font-size: 1.1rem;
line-height: 1.4rem;
margin-top: 3%;
}

#story {
width: 80%;
margin: auto;
padding: 7% 0px;
}

.parts {
padding-top: 70px;
}

.services-parallax {
background-image: url("cellphone-diagnose-repair-service-3.webp");
min-height: 300px;
background-attachment: fixed;
background-position: left;
background-repeat: no-repeat;
background-size: cover;
padding: 30px;
}

li {
line-height: 1.5em;
}

.home-black-btn {
background-color: black;
color: white;
border: none;
padding: 15px 25px;
border-radius: 30px;
font-size: 1.1rem;
}

.home-black-btn:hover {
background-color: #284968;
color: white;
border: none;
padding: 15px 25px;
border-radius: 30px;
font-size: 1.1rem;
}

.customer-service {
width: 80%;
margin: 50px auto;
}

footer {
background-color: #284968;
background: linear-gradient(to bottom, #284968, #43698d);
Expand Down

0 comments on commit 6d66455

Please sign in to comment.