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
Soutenance projet web.pptx
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);
border: 1px solid silver;
box-shadow: inset 0px 0px 0px 2px #808080;
top: 25%;
left: 25%;
right: 25%;
bottom: 25%;
top: 12%;
left: 12%;
right: 12%;
bottom: 12%;
z-index: 1;
}
.number {
@@ -192,18 +192,18 @@
}
.inner:after {
z-index: 3;
top: 40%;
right: 40%;
bottom: 40%;
left: 40%;
top: 24%;
right: 24%;
bottom: 24%;
left: 24%;
background-color: #4d4d4d;
border: 3px solid #808080;
}
.inner:before {
top: 24%;
bottom: 21%;
left: 24%;
right: 22%;
top: 11%;
bottom: 9%;
left: 11%;
right: 10%;
content: '';
color: #fff;
font-size: 60px;