Newer
Older
2022-K.Ryuei / design5.css
@23 1 23 1 on 27 May 2022 992 bytes add:第六回課題途中
body{background-color: #ffda89;}

h1{font-family: Arial, Helvetica, sans-serif;}
ul{margin-left: 2em;}
li{list-style-image: url("a.png")}
li:hover{list-style-image: url("b.png")}
li:active{list-style-image: url("c.png")}

li.basketball{font-size: large;}

div.jikanwari{background-color: #ffffff;
    display: inline-flex;
    border: solid;
    padding:5px;
}
div.main{font-size: x-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;}
a.link:hover{background-color: #fffd72;}