+ Bienvenue chez Pegasus
+
+ Explorez vos vacances avec Pegasus, votre partenaire idéal pour la location d'équipement de loisir.
+ Des aventures en plein air aux moments de détente, nous avons tout ce dont vous avez besoin.
+
+
+ Réservez dès maintenant et transformez vos vacances en expériences inoubliables.
+
+ Vivez l'aventure, louez avec Pegasus!
+
-
-
-
+
\ No newline at end of file
diff --git a/style.css b/style.css
index 55e0987..838b97a 100644
--- a/style.css
+++ b/style.css
@@ -1,4 +1,4 @@
- {
+{
margin: 0;
padding: 0;
box-sizing: border-box;
@@ -11,7 +11,7 @@ body {
justify-content: center;
align-items: center;
min-height: 100vh;
- background: url('background.jpg') no-repeat;
+ background: black;
background-size: cover;
background-position: center;
}
@@ -261,5 +261,26 @@ header {
}
+.presentation {
+ text-align: center;
+ margin-top: 80px;
+ color: #fff;
+}
+.presentation h1 {
+ font-size: 100px;
+ margin-bottom: 20px;
+ text-align: center;
+}
+
+.presentation p {
+ font-size: 1.1em;
+ margin-bottom: 15px;
+}
+
+.presentation .slogan {
+ font-size: 1.3em;
+ font-weight: bold;
+ color: #f5a623;
+}