Footer
This commit is contained in:
17
src/components/Footer/style.module.css
Normal file
17
src/components/Footer/style.module.css
Normal file
@@ -0,0 +1,17 @@
|
||||
.container {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.info {
|
||||
background-color: red;
|
||||
color: white;
|
||||
font-weight: bold;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.marquee {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user