Closed hugolpz closed 1 year ago
Within the progress bar with blue bakcground, there are sub 2 elements for females and other genders. But either span or div, and display:inline-block or display:block, I cannot get the 2 elements to fit as inlined elements within the progress bar.
females
other genders
span
div
display:inline-block
display:block
After 3hours fights, I need help for that one.
Live code is there : https://hugolpz.github.io/LanguagesGallery/
Fixed: https://github.com/hugolpz/LanguagesGallery/commit/eb07d7f785c9be1ea2cebe8ccdfa03f28f2fb205
Within the progress bar with blue bakcground, there are sub 2 elements for
females
andother genders
. But eitherspan
ordiv
, anddisplay:inline-block
ordisplay:block
, I cannot get the 2 elements to fit as inlined elements within the progress bar.After 3hours fights, I need help for that one.
Live code is there : https://hugolpz.github.io/LanguagesGallery/