diff --git a/style.css b/style.css new file mode 100644 index 0000000..c2771e7 --- /dev/null +++ b/style.css @@ -0,0 +1,14 @@ +body{ + background-attachment:fixed; + background-image:url("fondecran.jpg"); + background-position:center; + background-repeat:no-repeat; + background-size:cover; + margin:0; +} +h1{ + text-align: center; + font-size:100px; + font-family:Arial Narrow, sans-serif; + color:white; +}