Skip to content
Snippets Groups Projects
Commit f4fb7e9d authored by Valter Olin's avatar Valter Olin
Browse files

Upload New File

parent d72416d2
No related branches found
No related tags found
No related merge requests found
body {
background-color: #ea1818;
}
a {
color: green;
text-decoration: none;
}
a:hover {
color: orange;
text-decoration: underline double;
}
#container {
background-color: #cf2929;
width: 60%;
display: flex;
justify-content: space-between;
padding: 10px;
margin: auto;
}
#container > div {
background-color: green;
padding: 10px;
color: rgb(83, 81, 81);
text-align: center;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment