Template:Carousel styles.css: Difference between revisions

From Fina Wiki
(Thomas-topway-it changed the content model of the page Template:Carousel styles.css from "wikitext" to "Sanitized CSS":)
Tag: content model change
No edit summary
 
Line 1: Line 1:
.slick-slide  {
position: relative;
}
.slick-slide-content.Intro  {
.slick-slide-content.Intro  {
 
position: absolute;
left: 100px;
    bottom: 20px;
padding: 12px;
background: rgba(143, 39, 53, .8); /* 8f2735 */
color: white;
font-weight: bold;
font-size: smaller;
width: 60%;
}
}

Latest revision as of 09:59, 18 October 2022

.slick-slide  {
	position: relative;
}

.slick-slide-content.Intro  {
	position: absolute;
	left: 100px;
    bottom: 20px;
	padding: 12px;
	background: rgba(143, 39, 53, .8); /* 8f2735 */
	color: white;
	font-weight: bold;
	font-size: smaller;
	width: 60%;
}