Skip to content

Latest commit

 

History

History
156 lines (111 loc) · 5.35 KB

templates.md

File metadata and controls

156 lines (111 loc) · 5.35 KB
layout
default



<style> .button { background-color: white; color: black; border: 2px solid #0039a6; padding: 15px 32px; text-align: center; text-decoration: none; display: inline-block; font-size: 16px; border-radius: 12px; width: 300px; } .button { transition-duration: 0.4s; } .button:hover { background-color: #0039a6; color: white !important; } </style>