blob: 95ca513144e7590d9b288dc788ca3e9464e771b2 (
plain) (
tree)
|
|
#header-title {
background-color: yellow;
color: red;
}
table {
width: 100%;
border-collapse: collapse;
background: lightgreen;
margin-top: 30px;
table-layout: fixed;
border: 2px solid;
}
th, td {
border: 1px solid;
padding: 3px;
}
|