creation of Footer component
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
.footer{
|
||||
width: 100%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
height: fit-content;
|
||||
padding: 2rem;
|
||||
}
|
||||
|
||||
.footerContent {
|
||||
display: flex;
|
||||
width: 100%;
|
||||
justify-content: center;
|
||||
gap: 2rem;
|
||||
}
|
||||
|
||||
.link {
|
||||
color: black;
|
||||
width: fit-content;
|
||||
text-align: center;
|
||||
}
|
||||
Reference in New Issue
Block a user