blob: c82712220f6d6ed8f8a2a9ba4f9154cbd60943f4 (
plain)
1
2
3
4
5
|
<!DOCTYPE html>
<html>
<button style="padding: 0; margin: 0; border: none; background: transparent; -moz-appearance: none; width: 0; height: 0; font: inherit; color: black">
Some text <div style="background: green; width: 100px; height: 100px"></div>
</button>
|