mirror of
https://github.com/yummy4friends/y4f.git
synced 2025-01-02 21:27:09 +01:00
37 lines
631 B
CSS
37 lines
631 B
CSS
tbody {
|
|
border-color: black;
|
|
}
|
|
td {
|
|
text-align:center;
|
|
text-decoration: none;
|
|
}
|
|
table {
|
|
border-radius: 50px !important;
|
|
margin-left: 50px;
|
|
}
|
|
td > a {
|
|
text-decoration: none;
|
|
color: black;
|
|
}
|
|
#button {
|
|
margin-bottom: 35px;
|
|
border-radius: 50px;
|
|
margin-left: 100px;
|
|
}
|
|
#text {
|
|
margin-top: 50px;
|
|
margin-bottom: 45px;
|
|
margin-left: 100px;
|
|
width: 69%;
|
|
padding-top: 2px;
|
|
padding-bottom: 2px;
|
|
padding: 8px;
|
|
color: black;
|
|
background-color: #89F9A5;
|
|
border-style:none;
|
|
text-align: center;
|
|
}
|
|
thead {
|
|
background-color: #89F9A5;
|
|
border-color: #89F9A5;
|
|
} |