Newer
Older
2020-kazuki / k.css
@adachi kazuki adachi kazuki on 29 May 2020 671 bytes Update k.css
body {
    background: #FCECEA;
    color:blue;}
a:active {color:black;background:violet;}
a:hover { background:lightgrey;}    
h1{background-color:yellow; color:green;text-align: center; color: navy;border: 15px ridge black; padding: 1ex 1em;font-size:300%;}
h2 {background-color:green; color:red;text-align:left;text-decoration:underline;color:yellow;border-width:thin;border-style:inset;
}
p{color:black;border:thin;border:dotted magenta;}
p2{text-decoration:underline;}

ul {text-align:center; font-size: 30%;}
ul li {list-style-image: url("image1(1).png");}
ul li:hover {list-style-image: url(" image0.png");}
ul li:active {list-style-image: url("image2 (1).png");}