diff --git a/Arriereplan.jpg b/Arriereplan.jpg new file mode 100644 index 0000000..f3f17e4 Binary files /dev/null and b/Arriereplan.jpg differ diff --git a/accueil.html b/accueil.html index e69de29..1bcb357 100644 --- a/accueil.html +++ b/accueil.html @@ -0,0 +1,28 @@ + + + + + + + Document + + +

Accueil

+ + + + + + + + + +
+

Jeu de jongles : Positionnez votre personnage sous la balle avant qu'elle ne touche le sol afin de marquer le plus de point possibles et espérer égaler le record de jongles de Cristiano Ronaldo (150 jongles en 1 minute).

+

"Il n'y a pas d'endroit dans le monde où l'homme est plus heureux que dans un stade de football." Albert Camus

+
+
+
+ + + \ No newline at end of file diff --git a/neymar.jpg b/neymar.jpg new file mode 100644 index 0000000..c83f8f4 Binary files /dev/null and b/neymar.jpg differ diff --git a/style.css b/style.css new file mode 100644 index 0000000..4fc6c04 --- /dev/null +++ b/style.css @@ -0,0 +1,52 @@ +h1 { + font-family: FreeMono, monospace; + text-align: center; + font-size: 50px; + color: white; +} + +body{ + background-image:url('/Arriereplan.jpg'); + background-size: cover; +} +h2{ + font-family: Comic Sans MS, Comic Sans, cursive; + text-align: center; + font-size: 22px; + color:white; +} +h3{ + font-family: Brush Script MT, Brush Script Std, cursive; + color : white; + font-size:29px; + text-align: center; +} + +#acc{ + margin-left: 5%; + margin-top: 7%; + width: 375px; + height: 425px; + border-radius: 20px; + border-style: solid; + border-color: black; + background-color: rgba(66, 66, 88, 0.5); +} +img{ + width: 400px; + height: 300px; +} + +button{ + width: 200px; + height:80px; + margin-left: 65%; + margin-top: 8%; + font-size: 28px; + border-radius: 20px; + background-color: rgba(80, 203, 40, 0.5); +} + +table{ + margin-left: 20% ; +} \ No newline at end of file