/* rgyÅ×ÀÌºí ½ºÅ¸ÀÏ */ /* https://rgy0409.tistory.com */ #rgyTable { width: 100%; margin: 0 auto; border-collapse: collapse; border: 2px solid black; text-align: center; } #rgyTable tr, #rgyTable th, #rgyTable td { border: 1px solid black; padding: 5px; } #rgyTable tr:nth-child(2n+1) { background: #ffff9f; } #rgyTable th { border-bottom: 2px solid black; font-size: 20px; background: yellow; }