juste un peu de css avec un partie de l'index et arborescence faite
This commit is contained in:
parent
28f57e9835
commit
1ce4e878c8
2 changed files with 84 additions and 76 deletions
|
|
@ -73,3 +73,11 @@
|
||||||
width: auto;
|
width: auto;
|
||||||
margin-right: 0.5rem;
|
margin-right: 0.5rem;
|
||||||
}
|
}
|
||||||
|
.logo{
|
||||||
|
font-size: 5rem;
|
||||||
|
font-weight: 700;
|
||||||
|
background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
|
||||||
|
-webkit-background-clip: text;
|
||||||
|
-webkit-text-fill-color: transparent;
|
||||||
|
background-clip: text;
|
||||||
|
}
|
||||||
|
|
@ -10,7 +10,7 @@ var_dump($arrArticle);
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<section class="container mt-5 p-5 d-flex flex-column align-items-center text-center">
|
<section class="container mt-5 p-5 d-flex flex-column align-items-center text-center">
|
||||||
<h1>Folliow</h1>
|
<h1 class="logo">Folliow</h1>
|
||||||
<h2>Là où les talents rencontrent leur avenir</h2>
|
<h2>Là où les talents rencontrent leur avenir</h2>
|
||||||
<p class="col-6">Une plateforme de portfolio adapté à vos besoins et aux besoins des entreprises.
|
<p class="col-6">Une plateforme de portfolio adapté à vos besoins et aux besoins des entreprises.
|
||||||
Créer un portfolio réellement pertinent aux exigences du marché et rentrez
|
Créer un portfolio réellement pertinent aux exigences du marché et rentrez
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue