Template:Carousel styles.css: Difference between revisions

From Fina Wiki
(Created page with ".slick-slide-content.Intro { }")
 
No edit summary
 
(One intermediate revision by the same user not shown)
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%;
}