Untitled

 avatar
unknown
plain_text
2 years ago
639 B
5
Indexable
.b9
	position relative

.b9-image
	width 100%
	height 650px
	background-position center
	background-repeat no-repeat
	background-size cover
	position relative
	&:before
		content ""
		width 100%
		height 100%
		background linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.60) 90.77%)
		position absolute
		bottom 0
		left 0

.b9-title
	color: c-4;
	text-align: center;
	font-size: 50px;
	font-family: t-0;
	font-weight: 300;
	line-height: normal;
	letter-spacing: 0.5px;
	max-width 836px
	width 100%
	position absolute
	bottom 142px
	left 0
	right 0
	z-index 2
	margin 0 auto
	p
		margin 0
Editor is loading...