You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
48 lines
807 B
CSS
48 lines
807 B
CSS
1 year ago
|
body {
|
||
|
color: dimgrey;
|
||
|
background-color: blanchedalmond;
|
||
|
font-family: Arial, Helvetica, sans-serif;
|
||
|
}
|
||
|
a {
|
||
|
color: dimgrey;
|
||
|
}
|
||
|
footer {
|
||
|
background-color:rgb(219, 186, 142);
|
||
|
padding: .20rem .1rem;
|
||
|
text-decoration: wavy;
|
||
|
}
|
||
|
#remark {
|
||
|
font-size: 10px;
|
||
|
}
|
||
|
#link {
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
|
||
|
.kb-club a:hover {
|
||
|
background: #BBDEFB;
|
||
|
}
|
||
|
|
||
|
.kb-club-bg,
|
||
|
.kb-club-no-bg {
|
||
|
border: 2px solid #a3d79d;
|
||
|
padding: .25rem .5rem;
|
||
|
color: #212121;
|
||
|
font-weight: bold;
|
||
|
padding: .25rem 0;
|
||
|
font-family: sans-serif;
|
||
|
transition: .4s;
|
||
|
}
|
||
|
|
||
|
.kb-club-bg {
|
||
|
background: #66bd5b;
|
||
|
color: #212121;
|
||
|
}
|
||
|
.navbar{
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: space-between;
|
||
|
height: 25px;
|
||
|
background-color: rgb(219, 186, 142);
|
||
|
padding: 10px;
|
||
|
}
|