Newer
Older
2020-C1191109 / style.css
@佐藤 健大 佐藤 健大 on 23 Jun 2020 404 bytes Update style.css
@media print{ body {background-color: white;} ;h1{color: black;}  ;h2{color: black;}
	
; hr{background-color: white;}}

body{background-color: #F8F8FF; text-align:left;}
 
h1{color: #FA8072;font-family: fantasy;font-size: 73px; font-weight:bold; letter-spacing:15px;}
 
h2{color: #FF6347;font-family: sans-serif;}
 
p{font-size: 18px; }
 
hr{height: 4px; background-color: #75A9FF;}

aside{float:right;}