Latest solutions
Latest comments
- @JamesolukanniSubmitted about 1 year ago
- @Joel12rSubmitted about 1 year ago@JamesolukanniPosted about 1 year ago
It's pretty simple as I also just completed the challenge. You can either make use of <span> or <p> or some other inline element after your <li> before you input your word so you can select the <p> or <span> using descendant selection in css and style it in such a way that the second line starts from exactly where the first line starts from. you can check my solution here https://jamesolukanni.github.io/recipiepage/. Go through my repo https://github.com/Jamesolukanni/recipiepage.git if you’d like to see how I did mine but that’s the explanation in a nutshell
0