social-proof-section with html ,css, bootstrap4
Design comparison
Solution retrospective
can anyone tell me how to place ratings below the paragraph in this challenge?
Community feedback
- @grace-snowPosted almost 4 years ago
Hi, Have you pushed your latest code up yet? It sounded in slack like you'd already made it responsive, but this doesn't look like it yet so wanted to check.
p.s. I think you wanna add
background-repeat: no-repeat
too0@grace-snowPosted almost 4 years agoSorry Shubhangini, I've just had another look at your code and want to recommend you spend a bit more time on your html markup. There shouldn't be any tables in this solution. Tables are only to be used for tabular data (or when coding HTML emails). Instead, you'll want to use elements like divs for layout, using techniques like Flexbox and/or CSS Grid.
I hope that points you in the right direction.
I could give more feedback but don't want to bombard you and as I commented above I wonder if you have already changed some of this and not committed + pushed it to github yet.
0@shubhanginisharma627Posted almost 4 years agoHi, I have changed the code, but it still has the same problem, the rating section wouldn't place below the paragraph on the mobile screen. Can you tell me what can I do about it?
0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord