diff --git a/code/index.css b/code/index.css index f462cd8..a83aff3 100644 --- a/code/index.css +++ b/code/index.css @@ -60,8 +60,9 @@ } .vitrail { - padding: 15px; - background-image: url(ress/fond_tr.png); + margin: 3px; + padding: 6px; + background-image: url(ress/fond_fin.png); background-repeat: no-repeat; background-position: center; background-size: cover; diff --git a/code/index.html b/code/index.html index 992cac9..1ca831f 100644 --- a/code/index.html +++ b/code/index.html @@ -66,8 +66,8 @@ mousePos=[]; colors=["red","yellow","green","purple"]; - width=180; // 6 lignes de 50px - height=180; // 6 colonnes de 50px + width=120; // 6 lignes de 50px + height=120; // 6 colonnes de 50px canvas1.width=width; canvas2.width=width; canvas3.width=width; diff --git a/code/ress/fond_fin.png b/code/ress/fond_fin.png new file mode 100644 index 0000000..7f49203 Binary files /dev/null and b/code/ress/fond_fin.png differ