Template:Main Page navigation button/styles.css: Difference between revisions

Template page
Content added Content deleted
mNo edit summary
mNo edit summary
Line 14: Line 14:
width: 100%;
width: 100%;
height: 100%;
height: 100%;
z-index: 1;
}
}



Revision as of 06:53, 2 December 2021

.nav-button {
	display: inline-block;
	position: relative;
	width: 200px;
	height: 50px;
	border: 2px solid #2FD9E3;
	border-radius: 10px;
	box-sizing: border-box;
}

.nav-button a {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.nav-button img {
	position: absolute;
	top: 8px;
	left: 16px;
}

.nav-button span {
	position: absolute;
	left: 64px;
	top: 12px;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.