Implementa Footer
This commit is contained in:
18
src/app/footer/footer.component.css
Normal file
18
src/app/footer/footer.component.css
Normal file
@@ -0,0 +1,18 @@
|
||||
.page-footer {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.footer-btn {
|
||||
color: #ffffff;
|
||||
font-size: 18px;
|
||||
border: 1px solid #ffffff;
|
||||
border-radius: 50%;
|
||||
margin: 0 5px;
|
||||
}
|
||||
|
||||
.footer-btn:hover {
|
||||
color: #525252;
|
||||
background-color: #ffffff;
|
||||
}
|
||||
Reference in New Issue
Block a user