ajout slogan et texte

This commit is contained in:
2024-01-17 12:44:23 +01:00
parent 7cd8671b22
commit acfc5b0679
2 changed files with 40 additions and 7 deletions

View File

@@ -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;
}