Untitled

 avatar
unknown
plain_text
a year ago
495 B
4
Indexable
.b46-right
	width 200px

.b46-video
	display flex
	flex-direction column
	justify-content center
	align-items center
	width 200px
	height 200px
	&:before
		content ""
		width 100%
		height 100%
		background-color red
		position absolute
		top 0
		left 0
		z-index 1

	&:after
		content ""
		width 149px
		height 149px
		background-color blue
		position absolute
		top 0
		left 0
		z-index 2

	
.b46-play
	width 106px
	height 106px
	position relative
	z-index 3
Editor is loading...
Leave a Comment