diff --git a/code/index.css b/code/index.css index e9f3021..f462cd8 100644 --- a/code/index.css +++ b/code/index.css @@ -58,16 +58,11 @@ flex-direction: column; } - /* + .vitrail { - background: tomato; - padding: 5px; - width: 200px; - height: 150px; - margin-top: 10px; - line-height: 150px; - color: white; - font-weight: bold; - font-size: 3em; - text-align: center; - }*/ \ No newline at end of file + padding: 15px; + background-image: url(ress/fond_tr.png); + background-repeat: no-repeat; + background-position: center; + background-size: cover; + } \ No newline at end of file diff --git a/code/index.html b/code/index.html index 386457f..e0fa7d9 100644 --- a/code/index.html +++ b/code/index.html @@ -9,19 +9,19 @@