Skip to content

Commit

Permalink
Merge pull request #31 from TartejBrothers/Updates
Browse files Browse the repository at this point in the history
Updated: Footer
  • Loading branch information
TartejBrothers authored May 27, 2024
2 parents 98bd802 + 19929ed commit c5a3f1a
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 10 deletions.
12 changes: 7 additions & 5 deletions src/components/footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,14 @@ export default function footer() {
<div className="footerworkrightheader">OUR PRICING?</div>
<hr className="footerworkrightsplitter" />
<form>
<input type="email" placeholder="Enter address" />
<button type="submit">
<img src={arrowsubmit} alt="Submit Arrow" />
</button>
<div className="formmain">
<input type="email" placeholder="Enter address" />
<button type="submit">
<img src={arrowsubmit} alt="Submit Arrow" />
</button>
</div>
<hr className="formline" />
</form>
<hr className="formline" />
</div>
</div>
<div className="footerrightmost">
Expand Down
22 changes: 17 additions & 5 deletions src/components/styles/footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,12 @@
.footerworkleftside h1 {
font-size: 20px;
text-align: center;
color: #fc17a0;
color: #771bc8;
margin: 10px 0 10px 0;
}
.footerworkright {
display: flex;
gap: 50px;
justify-content: center;
align-items: flex-start;
}
Expand All @@ -55,13 +56,13 @@
font-size: 15px;
}
.footerworkrightheader {
color: #fc17a0;
color: #771bc8;
font-size: 14px;
text-align: left;
}
.footerworkrightsplitter {
width: 50%;
border: 1px solid #fc17a0;
border: 1px solid #771bc8;
margin: 10px 0 20px 0;
}
.footerwork ul {
Expand Down Expand Up @@ -93,7 +94,10 @@
padding: 20px;
background-color: #390e62;
}
.footerworkrightbody form {
form {
width: fit-content;
}
.formmain {
display: flex;
flex-direction: row;
}
Expand Down Expand Up @@ -122,7 +126,6 @@
margin-top: 20px;
}
.footerrightmost ul {
padding: 20px 10px 0px 10px;
padding: 20px 10px 0px 10px;
background-color: #350e59;
display: flex;
Expand Down Expand Up @@ -160,4 +163,13 @@
.socials {
justify-content: center;
}
.footerrightmost {
justify-content: center;
}
.footerrightmost ul {
padding: 20px 20px 5px 20px;
flex-direction: row;
gap: 20px;
border-radius: 20px;
}
}

0 comments on commit c5a3f1a

Please sign in to comment.