Line 430: | Line 430: | ||
} | } | ||
− | /********* | + | /*********colonnes********************************************************************************************************************************************/ |
.deux_colonnes { | .deux_colonnes { | ||
Line 455: | Line 455: | ||
width: 70%; | width: 70%; | ||
margin-left: 15px; | margin-left: 15px; | ||
+ | } | ||
+ | |||
+ | .trois_colonnes { | ||
+ | display: flex; | ||
+ | align-content: space-between; | ||
+ | } | ||
+ | |||
+ | .3colonne_1 { | ||
+ | width: 33.3%; | ||
+ | } | ||
+ | |||
+ | .3colonne_2 { | ||
+ | width: 33.3%; | ||
+ | margin-left: 30px; | ||
+ | margin-right: 30px; | ||
+ | } | ||
+ | |||
+ | .3colonne_3 { | ||
+ | width: 33.3%; | ||
} | } | ||
Revision as of 16:34, 16 October 2018