HEX
Server: Apache
System: Linux webm020.cluster128.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: thanexcelr (29537)
PHP: 7.3.33
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/thanexcelr/www/wp-content/themes/fifteen/assets/theme-styles/sections/hero.less
#hero {
	min-height: 500px;
	position: relative;
	@hero-color: white;
	margin-bottom: 20px;
	.hero-content {
		position: absolute;
		top: 45%;
		transform: translateY(-50%);
		width: 100%;
		text-align: center;
		left: 0;
		color: @hero-color;
	}
	.hero-title {
		font-weight: bold;
		font-size: 42px;
		margin-bottom: 40px;
	}
	.hero-button {
		color: @hero-color;
		border: solid 2px @hero-color;
		padding: 15px 29px;
		border-radius: 8px; 
		font-size: 15px;
		text-transform: uppercase;
		.transition(0.4s all ease);
		padding-right: 42px;
		padding-left: 24px;
		&:before {
			//icon
			right: 18px;
			top: 14px;
			content: "\f101";
		}
		&:hover {
			background: fade(@accent,50%);
			color: @onaccent;
		}
	}
}