mirror of
https://github.com/yummy4friends/y4f.git
synced 2025-07-21 05:25:52 +02:00
Yum04 20 speisekarte (#14)
* Speisekarte angefangen, Links zu Pages * Tabellen erstellt * Dropdown getestet, index.html script inkludiert * Speisekarte fertiggestellt * Speisekarte fertig (diesmal auch responsive) * YUM4-20 index.html --------- Co-authored-by: zha19115 <105790331+zha19115@users.noreply.github.com>
This commit is contained in:
33
Pages/Speisekarte.razor.css
Normal file
33
Pages/Speisekarte.razor.css
Normal file
@ -0,0 +1,33 @@
|
||||
.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%;
|
||||
}
|
Reference in New Issue
Block a user