mirror of
https://github.com/yummy4friends/y4f.git
synced 2025-01-02 20:17:09 +01:00
33 lines
389 B
CSS
33 lines
389 B
CSS
|
.table {
|
|||
|
text-align: center;
|
|||
|
border-radius: 30px;
|
|||
|
}
|
|||
|
|
|||
|
a {
|
|||
|
color: black;
|
|||
|
text-decoration: none;
|
|||
|
}
|
|||
|
|
|||
|
a:hover, a:focus {
|
|||
|
color: #2A6496;
|
|||
|
text-decoration: underline;
|
|||
|
}
|
|||
|
|
|||
|
th {
|
|||
|
background-color: #89f9a5;
|
|||
|
border: 0px;
|
|||
|
}
|
|||
|
|
|||
|
td {
|
|||
|
border-color: black;
|
|||
|
padding: 30px 0;
|
|||
|
}
|
|||
|
|
|||
|
.lowest {
|
|||
|
border: 0px;
|
|||
|
}
|
|||
|
|
|||
|
.tablecolumn {
|
|||
|
margin-left: 3%;
|
|||
|
margin-right: 3%;
|
|||
|
}
|