diff --git a/style.css b/style.css index 8859ea0..386a6a7 100644 --- a/style.css +++ b/style.css @@ -1,3 +1,7 @@ +@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;}