rendfeladat/megrendeles.css
2022-10-20 12:00:15 +02:00

54 lines
587 B
CSS

#tartalom {
width: 800px;
margin: auto;
background-color: darkgray;
padding: 20px;
}
h1, h2 {
text-align: center;
}
h2 {
font-style: italic;
}
table {
border: 2px solid black;
border-collapse: collapse;
margin: auto;
}
th, td {
border: 1px solid black;
text-align: center;
}
tfoot th:first-child {
text-align: right;
}
thead, tfoot {
color: white;
background-color: #262626;
}
img {
height: 75px;
}
.cw-120 {
width: 120px;
}
.cw-200 {
width: 200px;
}
.cw-100 {
width: 100px;
}
.cw-50 {
width: 50px;
}