mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-05-27 18:18:46 +00:00
12 lines
192 B
HTML
12 lines
192 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
meter {
|
|
max-height: 50px;
|
|
padding: 23px;
|
|
border: 1px solid black;
|
|
box-sizing: border-box;
|
|
overflow: hidden;
|
|
}
|
|
</style>
|
|
<meter>Some text</meter>
|