angwb
@angwbAll solutions
- Submitted 2 months ago
Recipe page (only html/css)
- HTML
- CSS
I feel comfortable with my solution but the thing that still bothers me is the image not taking the full width, I know it has to do with the fact that it is placed within the container and I'm sure there's an easier solution. I will look into it later.
- Submitted 3 months ago
Social links profile
- HTML
- CSS
As in the previous challenge I had a "cut" part in my design in the resposive view but the container had a declared size so I'm confused as to why it did not show it completely. I also had difficulties with the hover actions when I tried to apply both rules on the element (the lists elements that are links) to switch both the background color and the link text colour. I had to do it separately and it only works when the pointer is above the word when it should be applied when the user hovers on the button.
- Submitted 3 months ago
Blog preview card
- HTML
- CSS
update: after checking the submition in the comparison part, the screenshot is not the same thing I see on my browser window. I don't know if the comparison applies a sort of zoom or some type of width that "breaks" the final preview. It's frustrating because I've been making changes and it doesn't look like it does on my browser. The one that is shown here is not the one I did which is much closer to the "solution". If you check the "live site" it looks closer to the solution.
- Submitted 3 months ago
QR code component
- HTML
- CSS
I'd like to see first how other people solved the inner distribution of elements (img and text) in the card itself, I called this div #contenedor-int , as in internal container. I applied flexbox and tried to distribute the elements using that technology but it didn't work so I had to apply a margin class to those elements and I don't really liked doing that because it adds to the css file size and doesn't seem so practical. I'm still gonna investigate it of course.