Template:Main Page navigation button/styles.css

Template page
Revision as of 06:28, 2 December 2021 by ChaoticShadow (talk | contribs) (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 #...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.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;
}

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