body{ padding: 25px; } .title { color: #5C6AC4; } table{ border-width: 3px; border-color:blue; border-style: dotted; border-collapse: separate; border-spacing: 5px; } th,td,tr{ border:solid black 1px; } .dienas th:nth-child(even){ background-color: green; } .dienas th:nth-child(odd){ background-color: blue; color: pink; } #vs{ background-color: green; color: white; } #ned{ background-color: #09C8C1; color:pink; } td:nth-child(1){ color:pink; }