Newer
Older
2022-Tsubasa / cal.css
@SAITO Tsubasa SAITO Tsubasa on 19 May 2022 617 bytes a
/*課題1*/
p.uresimi {background-color: yellow;}
p.kanasimi {background-color: blue;
	    color: white;}

/* 課題2 */
th {text-align: center;
    width: 50px;
    font-family: "serif";
    font-weight: hold;}
th.sun {background-color: red;}
th.mon {background-color: pink;}
th.tue {background-color: orange;}
th.wed {background-color: aqua;}
th.thu {background-color: maroon;}
th.fri {background-color: yellow;}
th.sat {background-color: blue;}

td {text-align: right;
    width: 50px;
    font-family: Georgia, serif;
    font-weight: lighter;}
td.sun {color: red;}
td.sat {color: blue;}
td.holiday {color: red;}