mern-lpu-hrd-project/frontend/src/components/css/footer.css

12 lines
228 B
CSS

.text-footer {
text-align: center;
padding: 10px 0;
font-size: 15px;
font-family: "Century Gothic", sans-serif;
display: flex;
justify-content: center;
color: white;
position: relative;
bottom: 0;
}