This repository has been archived on 2024-12-15. You can view files and clone it, but cannot push or open issues or pull requests.
FotoStream/war/FotoStream.css
2015-12-29 19:18:38 +01:00

16 lines
157 B
CSS

body
{
margin: 0;
padding: 0;
background-color: black;
overflow: hidden;
}
div
{
margin: 0;
padding: 10px;
background-color: black;
color: green;
}