Newer
Older
2022-K.Ryuei / design5.css
@23 1 23 1 on 20 May 2022 821 bytes 内容変更
h1{font-family: Arial, Helvetica, sans-serif;}
ul{margin-left: 2em;}
li:nth-child(1){list-style-image: url("a.png")}
li:nth-child(2):hover{list-style-image: url("b.png")}
li:nth-child(3):active{list-style-image: url("c.png")}

li.basketball{font-size: large;}


th:first-child{background-color: #ffffff;}
th + th{background-color: #fe8072;}
th + th + th{background-color: #fbce79;}
th:nth-child(4){background-color: #b1ff92;}
th:nth-child(5){background-color: #81d7ff;}
th:nth-child(6){background-color: #7ba6f7;}
th:last-child{background-color: #a97cfc;}

td:first-child{background-color: #a9a9a9;}
caption{font-size: x-large;font-family: Georgia, 'Times New Roman', Times, serif;text-shadow: 3px 3px 3px #a3a1a1;}

table, tr, td ,th{border: 1px solid; border-collapse: collapse; text-align: center;border-spacing: 2em;}