diff --git a/SwichGIT/Doc/Etudes formes/V1/script.js b/SwichGIT/Doc/Etudes formes/V1/script.js index c08c9bd..89da94a 100644 --- a/SwichGIT/Doc/Etudes formes/V1/script.js +++ b/SwichGIT/Doc/Etudes formes/V1/script.js @@ -20,4 +20,3 @@ function add(){ - diff --git a/SwichGIT/src/css/PartieGame.css b/SwichGIT/src/css/PartieGame.css index 301e8a3..169c90e 100644 --- a/SwichGIT/src/css/PartieGame.css +++ b/SwichGIT/src/css/PartieGame.css @@ -83,3 +83,26 @@ position: relative; transition: box-shadow 0.2s ease; } + +#progressbar +{ + position : relative; + width: 800px; + padding:1px; + background-color:white; + border:1px solid black; + height:10px; + border-radius: 5px; + margin-top: 80px; + + +} + +#indicateur +{ + width: 800px; + background-color : green; + height:10px; + margin: 0; + +} \ No newline at end of file diff --git a/SwichGIT/src/index.html b/SwichGIT/src/index.html index bb16043..0dd77ab 100644 --- a/SwichGIT/src/index.html +++ b/SwichGIT/src/index.html @@ -563,6 +563,7 @@