`
Испытание: итоговая таблицаИтоговая таблица
Город | Посещений | % |
СПб | 199 | 65.12 |
Москва | 69 | 21.3 |
Киев | 5 | 8 |
Посещений за весь период | 273 |
CSS
body {
width: 350px;
margin: 0;
padding: 0 10px;
font-size: 14px;
font-family: Arial, sans-serif;
}
td{
padding:5px;
width: 33%;
height:25px;
}
table{
border-collapse: collapse;
}
.e12{
color:white;
background-color:darkcyan;
border-top: 1px solid black;
border-bottom: 1px solid black;
}
.e11{
background-color: lightblue;
text-align: center;
}
.e17{
text-align: right;
}
.e13{
text-align: center;
}
.e14{
text-align: right;
}
.e15{
text-align: center;
}
.e16{
text-align: right;
}
.e18{
text-align: center;
}
.e20{
text-align: right;
}
.e21{
text-align:right;
}
.e19{
background-color:lightyellow;
border-bottom: 1px solid lightgray;
}