Vés al contingut (premeu Retorn)

benvinguda-styles.css

text/css benvinguda-styles.css — 670 B

Continguts del fitxer

.bg_slide_001 {
	background: url(img/imatge_slider1.jpg);
	background-size: cover;
	background-position: center center;
}

.bg_slide_002 {
	background: url(img/imatge_slider2.jpg);
	background-size: cover;
	background-position: center center;
}

.bg_slide_003 {
	background: url(img/imatge_slider3.jpg);
	background-size: cover;
	background-position: center center;
}

.bg_slide_004 {
	background: url(img/imatge_slider4.jpg);
	background-size: cover;
	background-position: center center;
}

.slide {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	height: 550px;
	justify-content: center;
}

.centered_msg {
	flex-grow: 1;
}