added in footer css and js for button
This commit is contained in:
@@ -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;
|
||||
}
|
||||
@@ -8,6 +8,7 @@
|
||||
@import "cv.css";
|
||||
@import "projects.css";
|
||||
@import "contact.css";
|
||||
@import "footer.css";
|
||||
|
||||
/****** Root Style ******/
|
||||
:root {
|
||||
|
||||
Reference in New Issue
Block a user