Files
WebTechnologiak-vizsga/2019-20-1-03/Feladat/gknb_intm049_2019-20-1_03.css
2024-12-06 12:08:15 +01:00

25 lines
267 B
CSS

img {
width: 25px;
height: 25px;
}
td {
border: 2px inset gray;
width: 35px;
height: 35px;
text-align: center;
}
table {
border-spacing: 5px;
}
li {
list-style-type: square;
}
h1 {
font-family: Arial, sans-serif;
text-transform: capitalize;
}