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
|
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
0
Groupe1_PorjetWeb_JS.zip
Normal 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;
|
||||||
|
|||||||
Reference in New Issue
Block a user