Skip to content

Instantly share code, notes, and snippets.

View louismachin's full-sized avatar
🧿

Louis Machin louismachin

🧿
View GitHub Profile
@louismachin
louismachin / push_button.html
Created October 31, 2025 15:14
Push Button
<button class="push">
<span>Button</span>
</button>
<script>
button.push {
font-size: 16px;
border: 1px solid #9999ac;
cursor: pointer;
border-radius: 4px;