You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

106 lines
1.4 KiB

body {
font-style: sans-serif;
margin: 0;
padding: 0;
}
.container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.container form {
border: 1px solid black;
border-radius: 5px;
padding: 10px;
background-color: #fcfafc;
}
.container form .icon-cross {
font-size: 70%;
}
h1 {
background-color: #663366;
text-align: center;
color: #fcfafc;
}
h4 {
background-color: #663366;
color: #fcfafc;
}
label {
color: #330033;
}
nav ul {
list-style-type: none;
margin: 0;
padding: 0;
}
.expandable {
visibility: collapse;
background: #ddd;
}
#sport:checked ~ * .expandable {
visibility: visible;
}
#sport:checked ~ #expand-btn {
background-color: #ccc;
}
#culture:checked ~ * .expandable {
visibility: visible;
}
#culture:checked ~ #expand-btn {
background-color: #ccc;
}
footer {
text-align: center;
}
footer ul {
text-align: left;
}
p {
color: #330033;
text-align: center;
}
input {
background-color: white;
}
a {
text-decoration: none;
}
a:hover {
color: #eeaaee;
text-decoration: underline;
}
li {
display: inline;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 10px;
text-decoration: none;
}
/*# sourceMappingURL=styles.css.map */