added in footer css and js for button

This commit is contained in:
2022-01-24 00:19:48 +00:00
parent b9a6f92c93
commit 2dabc63fe5
7 changed files with 50 additions and 4 deletions
+37
View File
@@ -0,0 +1,37 @@
footer {
background-color: var(--primaryDefault);
margin-top: 5em;
padding: 2em;
display: flex;
color: #FFFFFF;
}
footer .spacer {
width: 100%;
margin-right: auto;
}
footer p {
margin: auto;
width: 100%;
text-align: center;
}
footer .button {
margin-left: auto;
width: 100%;
text-align: center;
}
footer .button button {
border: 5px solid #FFFFFF;
background: none;
font-size: 3em;
padding: 0.5rem 1rem;
width: 2em;
color: #FFFFFF;
-webkit-border-radius: 0.25em;
-moz-border-radius: 0.25em;
border-radius: 0.25em;
cursor: pointer;
}
+1
View File
@@ -8,6 +8,7 @@
@import "cv.css";
@import "projects.css";
@import "contact.css";
@import "footer.css";
/****** Root Style ******/
:root {