style
This commit is contained in:
parent
385b8d5c0d
commit
f4bcf024fe
|
@ -2,26 +2,34 @@ body {
|
|||
font-family: Arial, sans-serif;
|
||||
margin: 20px;
|
||||
}
|
||||
|
||||
table {
|
||||
width: 100%;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
table, th, td {
|
||||
border: 1px solid black;
|
||||
}
|
||||
|
||||
th, td {
|
||||
padding: 10px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
th {
|
||||
background-color: #f2f2f2;
|
||||
}
|
||||
|
||||
input[type="number"], input[type="checkbox"] {
|
||||
transform: scale(1.2);
|
||||
}
|
||||
|
||||
button {
|
||||
padding: 10px;
|
||||
margin: 10px 5px;
|
||||
font-size: 16px;
|
||||
}
|
||||
#stats {
|
||||
margin-top: 20px;
|
||||
}
|
||||
.tab {
|
||||
display: none;
|
||||
}
|
||||
.active {
|
||||
display: block;
|
||||
}
|
38
index.html
38
index.html
|
@ -4,43 +4,7 @@
|
|||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Ocena Zachowania</title>
|
||||
<style>
|
||||
body {
|
||||
font-family: Arial, sans-serif;
|
||||
margin: 20px;
|
||||
}
|
||||
table {
|
||||
width: 100%;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
table, th, td {
|
||||
border: 1px solid black;
|
||||
}
|
||||
th, td {
|
||||
padding: 10px;
|
||||
text-align: center;
|
||||
}
|
||||
th {
|
||||
background-color: #f2f2f2;
|
||||
}
|
||||
input[type="number"], input[type="checkbox"] {
|
||||
transform: scale(1.2);
|
||||
}
|
||||
button {
|
||||
padding: 10px;
|
||||
margin: 10px 5px;
|
||||
font-size: 16px;
|
||||
}
|
||||
#stats {
|
||||
margin-top: 20px;
|
||||
}
|
||||
.tab {
|
||||
display: none;
|
||||
}
|
||||
.active {
|
||||
display: block;
|
||||
}
|
||||
</style>
|
||||
<link rel="stylesheet" href="css/style.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
|
Loading…
Reference in New Issue