Bryan Lee
@BL1133All comments
- @BL1133Submitted over 3 years ago@BL1133Posted over 3 years ago
Anyone know how to get apostrophe glyphs to work in the screenshot? Not sure why I have this issue. If you view my site, it's working. The shape despite being a proper glyph still doesn't match the shape of the design, which I could not figure out.
0 - @RicePenguinSubmitted over 3 years ago
I used a table (1 row two columns) to place the profile pictures next to the names. Does anyone know a better way?
@BL1133Posted over 3 years agoWhy don't you use flexbox instead of table? I can see you used flexbox in your code but why not for that too? You can check out my solution if you want
<div class="review-header"> <img src="./images/image-colton.jpg" alt="" /> <div class="review-name"> <h5 class="name">Colton Smith</h5> <h5 class="subtitle">Verified Buyer</h5> </div> </div>
and then simply make review-header flex. I then made review-name flex as well except a column
0 - @RodrigoBrasil36Submitted almost 4 years ago
tive dificuldades na parte de responsive para moblie, deixem dicas.
@BL1133Posted almost 4 years agoI figured out how to make the '803k' part of the footer centered, you do flex: 1; which means grow instead of using justify content. The reason it's off-center is because the flex item on the left is bigger than the others
1