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

11 lines
237 B
CSS

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