Run ❯
Get your
own
website
❯
Run Code
Ctrl+Alt+R
Change Orientation
Ctrl+Alt+O
Change Theme
Ctrl+Alt+D
Go to Spaces
Ctrl+Alt+P
HTML
CSS
Primary
Ghost
.btn { display: inline-block; padding: 12px 20px; border-radius: 999px; font-weight: 600; text-decoration: none; transition: 0.2s ease; } .btn-primary { background: #04AA6D; color: #fff; } .btn-primary:hover { background: #028a56; } .btn-ghost { border: 2px solid #04AA6D; color: #04AA6D; } .btn-ghost:hover { background: #04AA6D; color: #fff; }