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:
@ -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;
|
||||
}
|
Reference in New Issue
Block a user