Maj de bootstrap en V4 finale

Création d'un module à part pour gérer les applications
 - Ajout de VautMeUp
 - Préparation de l'appli karting
Ajout d'un bloc "Projets personnels"
This commit is contained in:
2018-06-27 00:46:00 +02:00
parent 2cdbbadcc2
commit 5659eb6309
35 changed files with 14681 additions and 9663 deletions

View File

@ -12,10 +12,6 @@ body, html {
height: 100%;
}
img {
width: 100%;
}
.container {
margin: auto;
padding-top: 80px;
@ -728,10 +724,17 @@ a:hover, a:focus{
/***********************************experiences STYLES***********************************/
#experiences {
background: #f8f9fa;
background: #fff;
overflow: hidden;
}
/***********************************Projets personnels STYLES***********************************/
#projets {
background: #f8f9fa;
}
/***********************************CONTACT STYLES***********************************/
#contact {
background: #fff;
@ -817,4 +820,19 @@ footer {
.static {
position: static;
}
.hover-dark:hover{
color: #0f0f0f;
}
.carousel-caption{
background-color: rgba(0,0,0,0.5);
}
.carousel-caption p{
color: #fff;
}
.carousel-item{
height: 650px;
}