php-gallery/css/footer.css

22 lines
409 B
CSS
Raw Normal View History

2022-07-22 00:21:48 +00:00
/*
-=-=-= FOOTER =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
*/
footer {
margin: 0; padding: 0.5rem;
width: calc(100vh - 2rem));
background-color: var(--bg); color: var(--fg);
2022-08-01 14:06:27 +00:00
backdrop-filter: blur(8px);
2022-07-22 00:21:48 +00:00
border: 0.2rem solid var(--green);
2022-08-08 18:59:40 +00:00
/*outline: 0.5rem solid var(--bg);*/
2022-07-22 00:21:48 +00:00
border-radius: var(--rad);
box-shadow: var(--shadow);
}
2022-08-09 13:11:32 +00:00
footer a {
margin: 0.5rem;
2022-07-22 00:21:48 +00:00
}