diff --git a/style.css b/style.css new file mode 100644 index 0000000..55e3ff6 --- /dev/null +++ b/style.css @@ -0,0 +1,12 @@ +#background_overlay, #settings { + background-color: red; +} + +#background, +#background-bis { + display: none; +} + +p,h1,h2,h3,h4,h5,h6,b,strong,i,em { + color: navy; +} \ No newline at end of file