Files
Prog4_Beadando/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/style.css

37 lines
347 B
CSS
Raw Normal View History

2024-04-22 14:50:21 +02:00
table
{
width: 100%;
2024-04-22 10:12:07 +02:00
}
2024-04-22 14:50:21 +02:00
table, th, td
{
border: 1px solid black;
}
table
{
border-collapse: collapse;
}
th,td
{
padding: 5px;
}
th
{
background-color: rgb(127, 255, 138);
}
#formdiv
{
display: flex;
flex-direction: column;
margin-bottom: 20px;
}
#formdiv button input
{
margin: 10px;
padding: 5px;
}