From 2d54fbca631adbcd82d0df8e9cd4118098f303b7 Mon Sep 17 00:00:00 2001 From: poni Date: Thu, 27 May 2021 16:20:35 +0200 Subject: [PATCH] Update 'style.css' --- style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/style.css b/style.css index 7b5f903..d3fa1be 100644 --- a/style.css +++ b/style.css @@ -3,7 +3,7 @@ @font-face { font-family: 'Brut_Grotesque-Text'; - src: url(typefaces/Brut_Grotesque-Text.woff); + src: url(Brut_Grotesque-Text.woff); font-weight: normal; font-style: normal; } @@ -11,9 +11,9 @@ /*----------------- CURSOR --------------------*/ html { - cursor: url(symboles/CURSEUR.png), pointer; min-height: 100%; + cursor: url(CURSEUR.png), pointer; min-height: 100%; font-family: 'Brut_Grotesque-Text'; - /*background-image: url(background/rainbow.gif);*/ + background-repeat: no-repeat; background-position: center; background-size: cover;