Skip to content

Commit 16e48a4

Browse files
committed
Add progress styles
1 parent f74b32d commit 16e48a4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

styles.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,8 @@ span {
66
white-space: pre-line; /*use multiple lines with line breaks for improved readability*/
77
line-height: 150%; /*set default line height to 150%*/
88
}
9+
progress {
10+
height: 30px; /*set default height to 30px*/
11+
border-radius: 5px; /*set default border radius to 5px*/
12+
margin: 5px; /*set default margin to 5px*/
13+
}

0 commit comments

Comments
 (0)