More actions
Created page with ".statsbar { background-color: #f4f4f4; border: 1px solid #ddd; padding: 10px; margin: 10px 0; border-radius: 5px; font-family: Arial, sans-serif; } .statsbar p { font-size: 14px; color: #333; } .statsbar strong { color: #0073e6; }" |
mNo edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
.statsbar { | .statsbar { | ||
display: flex; | |||
overflow-x: auto; | |||
background-color: #f4f4f4; | background-color: #f4f4f4; | ||
border: 1px solid #ddd; | border: 1px solid #ddd; | ||
padding: | padding: 5px; | ||
border-radius: 5px; | border-radius: 5px; | ||
} | } | ||
. | .stat { | ||
margin-right: 15px; | |||
font-size: 14px; | font-size: 14px; | ||
color: #333; | color: #333; | ||
} | } | ||
. | .stat:last-child { | ||
margin-right: 0; | |||
} | |||
.stat strong { | |||
color: #0073e6; | color: #0073e6; | ||
} | } |