Portal:Europa/styles.css

Izvor: Wikipedija
.obrub {
	border: 5px solid #1E3D7D;
}

.flex {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}

.okvir{
	box-shadow:0 0 0.3rem #999;
	border-left-width:8px;
	border-left-style: solid;
	width:calc(50% - 11px);
	margin-bottom: 7px;
}

.izabrana-slika {
	margin-bottom: 10px;
}