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

Template page
Content added Content deleted
(Created page with ".nav-button { width: 150px; height: 40px; padding: 10px 15px; display: grid; grid-template-columns: 32px auto; align-items: center; grid-gap: 10px; border: 2px solid #...")
 
mNo edit summary
Line 1: Line 1:
.nav-button {
.nav-button {
width: 150px;
height: 40px;
padding: 10px 15px;
display: grid;
grid-template-columns: 32px auto;
align-items: center;
grid-gap: 10px;
border: 2px solid #2FD9E3;
border-radius: 10px;
}
}


Line 15: Line 6:
height: 40px;
height: 40px;
padding: 10px 15px;
padding: 10px 15px;
border: 2px solid #2FD9E3;
border-radius: 10px;
}
}

Revision as of 06:29, 2 December 2021

.nav-button {
}

.nav-button a {
	width: 150px;
	height: 40px;
	padding: 10px 15px;
	border: 2px solid #2FD9E3;
	border-radius: 10px;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.