the-hacker-news-rss/src/footer.css
hornetfighter515 6d1af3476a Initial commit
2021-07-22 21:21:09 -04:00

13 lines
211 B
CSS

footer {
position: absolute;
left: 0;
bottom: 0;
height: 100px;
width: 100%;
color:var(--bg);
background: var(--primary);
text-align: center;
}
footer p{
padding: 20 0 0 0;
}