Hey there! Just finished the tribute page but still have an unresolved question

Hi all! Here is the link: https://codepen.io/syeh1803/pen/eYBMyeB

I’ve noticed that once I use ‘white-space: nowrap’, the texts will instantly become static and not responsive.

Any ideas why this may happen? Would greatly appreciate if someone can answer this! :smiley:

https://www.w3schools.com/cssref/pr_text_white-space.asp

The nowrap value disables text wrapping.

More docs
https://developer.mozilla.org/en-US/docs/Web/CSS/white-space

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.