diff --git a/code/index.css b/code/index.css index a83aff3..5439a0a 100644 --- a/code/index.css +++ b/code/index.css @@ -66,4 +66,24 @@ background-repeat: no-repeat; background-position: center; background-size: cover; + } + + .vitrail-select { + margin: 3px; + padding: 6px; + background-image: url(ress/fond_fin.png); + background-repeat: no-repeat; + background-position: center; + background-size: cover; + border: 5px solid red; + } + + .vitrail-hover { + margin: 3px; + padding: 6px; + background-image: url(ress/fond_fin.png); + background-repeat: no-repeat; + background-position: center; + background-size: cover; + border: 5px solid blue; } \ No newline at end of file diff --git a/code/index.html b/code/index.html index e5d4b88..147277c 100644 --- a/code/index.html +++ b/code/index.html @@ -13,6 +13,7 @@

Objectif

+