HEX
Server: Apache
System: Linux v38079.2is.nl 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User: democfellows (10015)
PHP: 8.1.34
Disabled: opcache_get_status
Upload Files
File: /var/www/vhosts/creativefellows.nl/marie.creativefellows.nl/public/scss/_section-showcase.scss
.page-section__showcase{
	
	padding:0;
	position:relative;
	
	&::after{
		content:"";
		position:absolute;
		top:0;right:0;bottom:0;left:0;
		
		background: rgb(37,47,44);
		background: linear-gradient(90deg, rgba(37,47,44,0) 0%, rgba(37,47,44,0.75) 45%, rgba(37,47,44,0.75) 55%, rgba(37,47,44,0) 99%);
		
	}
	
	.showcase-text{
		position:absolute;z-index:10;
		left:0;right:0;
		width:100%;
		text-align:center;
		@include absolute-center();
		top:60%;
		
		h2{text-transform:uppercase;color:$white;font-size:3rem;line-height:3.5rem;}
		h2 +p{color:$white;}

	}
}