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

Template page
Content added Content deleted
mNo edit summary
mNo edit summary
Line 6: Line 6:
.nav-button img {
.nav-button img {
position: absolute;
position: absolute;
top: 16px;
top: 10px;
left: 16px;
left: 16px;
}
}
Line 12: Line 12:
.nav-button a {
.nav-button a {
display: inline-block;
display: inline-block;
width: 150px;
width: 200px;
height: 50px;
height: 50px;
padding: 10px 15px 10px 60px;
padding: 10px 15px 10px 60px;

Revision as of 06:45, 2 December 2021

.nav-button {
	display: inline-block;
	position: relative;
}

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

.nav-button a {
	display: inline-block;
	width: 200px;
	height: 50px;
	padding: 10px 15px 10px 60px;
	border: 2px solid #2FD9E3;
	border-radius: 10px;
	box-sizing: border-box;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.