Latest solutions
Responsive recipe page using HTML and CSS
Submitted 5 months agosome times you don't get a Figma design instead you get an image file to work on a project. In my case I use Figma to design a mockup for the design (image) to get the measurements, but the final result after I code is not close to the first design. What am I missing here ?
Responsive social link profile with HTML and CSS
Submitted 5 months agoIf there is a simpler way of using flexbox or an alternative layout it would be helpful.
Responsive blog preview card with HTML AND CSS
Submitted 5 months agoUsing media query for responsive website was challenging.
Simple QR-code component page using HTML and CSS
Submitted 5 months agoI had no prior knowledge on media query as a result the website is not responsive.
Latest comments
- @TFuchsLaSubmitted 5 months ago@Fraol-TPosted 5 months ago
The final result is amazing ! and I checked you code and it was unorganized. Try to minimalize the long line of code by cutting out unnecessary code lines and using short codes or merging styles that share the same property. Always be sure to write a readable code since it can be modified and if it's a mess it would be difficult to manage.
keep it up
0 - @WajahatAli130Submitted 5 months agoWhat are you most proud of, and what would you do differently next time?
Really enjoyed making this one! Favourite part was making the social links change color on hover.
What challenges did you encounter, and how did you overcome them?Kept struggling to center things but figured it out eventually by looking on the internet and revisiting advice on previous projects.
What specific areas of your project would you like help with?How am I supposed to change the color of the cursor on hover. I tried searching online but apparently there is now way. Closest thing would be to link an image as the background of the cursor.
@Fraol-TPosted 5 months agoI checked your code and I noticed that you didn't use containers that much and that answers your struggle to center every element. I recommend you to section every element in a relatable group such as profile info and links that would make the code easy to use and understand. Also if you notice some elements structured as a list in the design it is wise to use an unordered list
<ul>
.Other than that, you developed a well done page. Keep up the good work 👍
Marked as helpful0 - @wandering-bitSubmitted 5 months ago@Fraol-TPosted 5 months ago
Great work it looks really good, but it can be improved by adjusting height and width of the card.
1 - @BirukSeSubmitted 5 months ago@Fraol-TPosted 5 months ago
It seems like you didn't add background color in the body element and use border radius to make the QR-code component look smooth. Try to check every detail in the Figma design
0