tab
This commit is contained in:
@@ -1,33 +0,0 @@
|
||||
body {
|
||||
font-family: Arial, sans-serif;
|
||||
margin: 20px;
|
||||
}
|
||||
|
||||
h1 {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
table {
|
||||
width: 100%;
|
||||
border-collapse: collapse;
|
||||
margin: 20px 0;
|
||||
font-size: 18px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
th, td {
|
||||
padding: 12px;
|
||||
border-bottom: 1px solid #000000;
|
||||
}
|
||||
|
||||
thead {
|
||||
background-color: #5c5b5b6b;
|
||||
}
|
||||
|
||||
tbody tr:nth-child(even) {
|
||||
background-color: #f9f9f9;
|
||||
}
|
||||
|
||||
tbody tr:hover {
|
||||
background-color: #f1f1f1;
|
||||
}
|
@@ -1,5 +1,5 @@
|
||||
<head>
|
||||
<link rel="stylesheet" href="../stranky/tabulka.css">
|
||||
<link rel="stylesheet" href="../assets/tabulka.css">
|
||||
</head>
|
||||
<body>
|
||||
<h1>Dodávanie tovaru</h1><br>
|
||||
|
Reference in New Issue
Block a user