3 <link rel='stylesheet' type='text/css' href='style.css'
>
5 body
> progress:nth-child(
1)::-moz-progress-bar { width:
20px; }
6 body
> progress:nth-child(
2)::-moz-progress-bar { width:
0px; }
7 body
> progress:nth-child(
3)::-moz-progress-bar { width:
50%; }
8 body
> progress:nth-child(
4)::-moz-progress-bar { width:
1em; }
9 /* last one is for the default value: width=
100%. */
12 <!-- Those will be used to change padding/margin on ::-moz-progress-bar -->