Latest solutions
Latest comments
- @Minixlip@BeepBot99
This is great. Although, instead of having
.container
, you could have just put all that onbody
. In addition, instead of havingbold-text
andregular-text
, you could have made the bold text an<h2>
and regular text a normal span.<h2>
s are automatically bold and the size would automatically be correct. Overall, this is really good. The sizing is almost perfect.