Newer
Older
2024-yuuna / main.css
@Yuna Goto Yuna Goto 8 days ago 358 bytes Update main.css
/* 私のCSSファイル */
img{max-width:100%;height:auto;}
body {background-color: violet; color:black}
h1 {text-align: center; color: black; text-decoration:underline;
	text-decoration-color: white}
p  {text-align: center; }
h2 {border: solid; border-top-color: black; 
border-bottom-color: white }
h4 {border: dashed; border-color: white; color: black;}