Change the ball position

This commit is contained in:
2023-05-31 13:13:47 +02:00
parent 31af6a846e
commit 309b99cd84
3 changed files with 14 additions and 13 deletions

3
.gitignore vendored
View File

@@ -1,4 +1,5 @@
Groupe1_ProjetWeb.zip Groupe1_ProjetWeb.zip
Soutenance projet web.pptx Soutenance projet web.pptx
lien vers le figma.docx lien vers le figma.docx
Lien git + deployement.docx Lien git + deployement.docx
Groupe1_PorjetWeb_JS.zip

0
Groupe1_PorjetWeb_JS.zip Normal file
View File

View File

@@ -140,10 +140,10 @@
background: rgba(0, 0, 0, 0.65); background: rgba(0, 0, 0, 0.65);
border: 1px solid silver; border: 1px solid silver;
box-shadow: inset 0px 0px 0px 2px #808080; box-shadow: inset 0px 0px 0px 2px #808080;
top: 25%; top: 12%;
left: 25%; left: 12%;
right: 25%; right: 12%;
bottom: 25%; bottom: 12%;
z-index: 1; z-index: 1;
} }
.number { .number {
@@ -192,18 +192,18 @@
} }
.inner:after { .inner:after {
z-index: 3; z-index: 3;
top: 40%; top: 24%;
right: 40%; right: 24%;
bottom: 40%; bottom: 24%;
left: 40%; left: 24%;
background-color: #4d4d4d; background-color: #4d4d4d;
border: 3px solid #808080; border: 3px solid #808080;
} }
.inner:before { .inner:before {
top: 24%; top: 11%;
bottom: 21%; bottom: 9%;
left: 24%; left: 11%;
right: 22%; right: 10%;
content: ''; content: '';
color: #fff; color: #fff;
font-size: 60px; font-size: 60px;