Hotel/hotel/rooms/static/style.css

23 lines
402 B
CSS
Raw Normal View History

2019-01-13 15:17:14 +01:00
#hotels {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
border-collapse: collapse;
width: 60%;
margin-left: 20%;
margin-right: 20%;
}
#hotels td, #hotels th {
border: 1px solid #ddd;
padding: 8px;
text-align: center;
}
#hotels tr:hover {background-color: #f2f2f2;}
#hotels th {
padding-top: 12px;
padding-bottom: 12px;
background-color: #000000;
color: white;
}