blob: c9d545330ad070fda8dbd40c1ec9018cf3992bee (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<!DOCTYPE html>
<style>
progress {
max-height: 50px;
padding: 23px;
border: 1px solid black;
box-sizing: border-box;
overflow: hidden;
}
</style>
<progress>Some text</progress>
|