Latest comments
- @VladimirVrhovski@Choboy-dev
This is lovely bro
- @praisevictor@Choboy-dev
Ver splendid job bro
- @vanderloopWhat are you most proud of, and what would you do differently next time?
Most proud of my usage of media queries, now I know how to use them for next time.
What challenges did you encounter, and how did you overcome them?Mainly just figuring out how to use media queries. I looked over other's solutions to see what worked and what didn't when it came to media queries.
What specific areas of your project would you like help with?any
@Choboy-devBeautifully done lad but your image should not be in the container. the img element ought to be above the div container. But it's beautiful.
- @Marcosss270@Choboy-dev
Excellently done pal
- @vanbyu22What are you most proud of, and what would you do differently next time?
At first, I made the links into colored divs that changed color when hovered. However, the only way to click the links are to actually click on the texts, but I wanted the whole div to be clickable. So, the most obvious way to fix that is to actually turn the divs into buttons. So I used the < button > element with the onclick attribute to make the buttons click to open the links.
I've also finally used media queries to make the screen responsive for mobile. I believe I've got it as close to the mobile design as possible. It's still a work in progress.
What challenges did you encounter, and how did you overcome them?When I used to the button element to link the websites, it would open the links in the same window. I wanted to them to open in a new tab/window but target="_blank" does not work with the button element. At first I found a small javascript code that would open the link to a new window but since I'm not learning javascript yet, I wanted to stick to HMTL/CSS for now. After searching around I found this snippet:
<button onclick="window.open('https://www.example.com', '_blank')"> Open in New Window </button>
And it worked!
What specific areas of your project would you like help with?Continue practicing and working on responsive design. I feel like I'm improving more and more with each challenge. As always, tips and advice are very welcomed!
@Choboy-devWow, you did an amazing job here.
- @Ker-A@Choboy-dev
Beautifully done. I like the box-shadow.