Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All solutions

  • Submitted


    What are you most proud of, and what would you do differently next time?

    This is my first time using grid and i learned so much about using grid and about troubleshooting the nav using javascript. i might do grid only next time instead of using flex for the mobile design

    What challenges did you encounter, and how did you overcome them?

    Well i was challenged with using grid because this was my first time but i managed by searching google more about the usage of grid from w3schools and also by searching more about css grid examples. i managed to learn more from this project than the newbie challenges

    What specific areas of your project would you like help with?

    Can you please provide me with feedback if i should use grid for the mobile design instead of using flex for projects like these?

  • Submitted


    What are you most proud of, and what would you do differently next time?

    Proud of doing this project i got to learn more new things about css

    What challenges did you encounter, and how did you overcome them?

    Mostly regarding with css linear gradient and with the mobile to desktop view of the site

    What specific areas of your project would you like help with?

    none, but feel free to let me know if there is something to better my code!

  • Submitted


    What are you most proud of, and what would you do differently next time?

    Proud of utilizing js and i should really learn more about HTML5 dom

    What challenges did you encounter, and how did you overcome them?

    challenged with the use of svg especially with the background i can't make it as the same as the one in the design, i just decided to call it a day and focus on the other parts lol

    What specific areas of your project would you like help with?

    Can you help me with how to make the background the same as in the design? also can you check my code in html and js and provide it feedback i can say that it works but somehow i feel like it could be better especially the way i used the divs after the elements thank you!

  • Submitted


    What are you most proud of, and what would you do differently next time?

    I learned about the difference of inline and block elements in this one because i had a problem when adding the background color yellow on the span at first it was an h4 element but upon adding the background color it took up the whole horizontal margin that is where i learned that h4 is a block element and that is when i switch it to span instead. i also learnt a bit more about css such as box-shadow and indentation.

    What challenges did you encounter, and how did you overcome them?

    A bit of a challenge with adding the background color of the learning tag because at first it was an h4 element but when i add the background color it takes up the whole horizontal space that is when i go and checked the internet about the difference of inline and block elements that is why i just used span

    What specific areas of your project would you like help with?

    Are there any ways to change the box-shadow of the ".content" class only when hovering on the h1 element without using js?

  • Submitted


    What are you most proud of, and what would you do differently next time?

    I'm proud that i was able to make it close to the original though i might try using flexbox to center the content next time instead of margin top and learng

    What challenges did you encounter, and how did you overcome them?

    Had a problem a bit with centering the content by needing to add space to the top i just decided to use margin: 8rem auto; and also problem with width when changing the size of the screen. just decided to stick with min-width:992px

    What specific areas of your project would you like help with?

    Are there better ways to center the main tag? margin-top: auto and margin-bottom: auto doesn't work

  • Submitted


    What are you most proud of, and what would you do differently next time?

    Proud of learning to use responsive web design media queries and such and at first i tried to do both html and css at the same time but after that i realized it is better to do html first and then after that stylize using css

    What challenges did you encounter, and how did you overcome them?

    Mostly about learning media queries and css. but i was able to overcome that by reasearhing in w3schoolscom

    What specific areas of your project would you like help with?

    Can you please check my css and see if that is a good way of using media query and regarding with my choice of padding, margin size is it good to use rem?