mirror of
https://github.com/groupe1cir1n/groupe1CIR1Njs.git
synced 2026-01-18 16:37:25 +01:00
Change the ball position
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -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
0
Groupe1_PorjetWeb_JS.zip
Normal 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;
|
||||
|
||||
Reference in New Issue
Block a user