Latest solutions
Social Links Profile Solution
Submitted 9 months agoI am having difficulties understanding the media query once again. I don't know if what I did this time is right or wrong. I also think that there maybe something wrong with my selectors img + p, img + p + p, and img + p + p + p. Are there other ways to use selectors other than this? Lastly, If there are some other improvements that can be made with my code please feel free to comment and point out what I got wrong. Many thankss! :)
Blog Preview Card Solution
Submitted 9 months agoI would like help with other selectors that is lesser and easier to understand than what I have used in my code. I would also like if there are suggestions on how I would improve my CSS codes.
QR Code challenge solution HTML and CSS only
Submitted 9 months agoI would like help with the spacings and how to place good values in the margins, paddings, widths and heights. If possible, I would also like to learn how I could minimize my code by using only the necessary properties. I also want to understand how the min-width and max-width works in the media queries.
Latest comments
- @YahiaAhmed44Submitted 9 months ago@0653JericoPosted 9 months ago
Great solution! Although I think it would be better if you use ul and li on the social links.
<ul> <li><a>Github</a></li> </ul>like this.
0 - @MaflacsSubmitted 9 months ago@0653JericoPosted 9 months ago
Everything is good except for the "Learning" which is a bit moved to the right. I don't know what property you used but what I did to mine is added a bit of padding, width that satisfied the design, and aligned the text to the center. I hope it helps :)
0 - @Iridelis40Submitted 9 months ago