Skip to content
Snippets Groups Projects
Commit 4c34100f authored by KaspHell's avatar KaspHell
Browse files

some .css files

parent 70a4aa05
Branches
No related tags found
No related merge requests found
.li {
color: #F1BC53;
text-align: left;
}
.div {
margin: 0 auto;
}
.choices {
margin: 0 auto;
text-align: center;
}
.choice {
background: #C59A80;
border: 4px solid #DE8357;
border-radius: 50%;
display: inline-block;
margin: 0 20px ;
padding: 30px;
transition: all 0.3s ease;
}
.choice:hover {
cursor: pointer;
background: #F1BC53;
}
div {
background: #2c292c;
padding: 28px;
}
h1 {
color: #F1BC53;
text-align: center;
}
a {
color: #F1BC53;
text-align: center;
}
......@@ -8,8 +8,11 @@ table {
font-weight: bold;
text-align: center;
display: inline-block;
margin: 0 20px;
margin: 0 auto;
padding: 30px;
display: table;
justify-content: center;
align-items: center;
}
th, td {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment