Files
WebTechnologiak-vizsga/2018-19-1-04/Megoldás/style.css
2024-11-28 13:13:25 +01:00

17 lines
231 B
CSS

table{
border-collapse: collapse;
}
td, th{
margin: 0;
padding: 5px;
}
h1{
font-size: 16pt;
font-family: Arial, Helvetica, sans-serif;
}
th{
text-align: center;
}
tr:hover{
background-color: lightgrey;
}