Modèle:Page Principale/styles.css

De BQAM-E - Documentation
Aller à la navigation Aller à la recherche
.wikifrontpage_row {
	display: flex;
	flex-direction: row;
	flex-flow: row wrap;
	justify-content: space-between;
	padding: 0;
	margin: 5px;
}
.wikifrontpage_box {
	flex: 1;
	margin: 5px;
	min-width: 28%;
	border: 1px solid #CCC;
	padding: 15px;
margin: 15px;
	box-shadow: 0 2px 2px rgba(0,0,0,0.1);
}
.double {
    min-width: 60%;
}

h2 {
font-size: 26px;
padding-bottom: 10px;
text-align: center;
border: none; }

div {
background-color: red;
text-align: center;}