Linda Jensen
@lindajensenAll solutions
- Submitted 7 months ago
Responsive Four Card Feature Section Using Flexbox And Media Queries
- HTML
- CSS
I don't know. I guess I'd like to know if the challenge could have (should have?) been solved with CSS Grid? If that was doable then I'd also like to know how.
I'd also like to know what this means: "All page content should be contained by landmarks". I keep getting this as an error in my Accessibility Report and when I looked it up far as I could tell landmarks are elements that help with the structure and semantics of a page (like header, main, article, section etc.). But when I add those to try and fix the errors it doesn't change anything. So does anyone know what I'm missing?
- Submitted 7 months ago
Responsive Product Preview Card Using Flexbox and Media Queries
- HTML
- CSS
I'd like to know if using the picture element was the best way to go or if there are other (more suitable) solutions? How did you do it?
And then just general feedback I guess, anything you can tell me that can help me develop is much appreciated.
- Submitted 7 months ago
Responsive Recipe Page using Flexbox and a Mobile-First Approach
- HTML
- CSS
-
The image: What was the HTML and CSS suppose to look like? How could I have made it look the way it does in the design?
-
The table at the bottom of the page: Was it suppose to be a table? I'm thinking yes because of the use of semantic HTML, but is that correct? Could I have styled it differently? Where did I go wrong?
- Submitted 8 months ago
Social Links Profile Using Flexbox
- HTML
- CSS
When are you suppose to use buttons and when are you suppose to use links? I mean links are links and buttons are buttons, but I mean what do you use buttons for? Is it just like submit, send, and stuff like that?
- Submitted 8 months ago
Responsive Blog Preview Card using Flexbox
- HTML
- CSS
Questions
- Is using an image as a pointer the "correct" solution to the problem? Are there other ways of solving it? Like is it possible to change the color of the pointer?
- Is using rems or ems one way to make the font-size smaller on smaller screens? Is that how they work? Or is there another solution?
- How do you design for mobile-first? Like practically? Do you just make your screen the size of a mobile screen and start coding or is there another, better way of going about it?
- Submitted 8 months ago
QR Code Component using CSS Custom Properties
- HTML
- CSS
- I need help with how I get the padding (you know the white frame around the qr-code and text) even all the way around? I just couldn't figure it out. But then again, me and padding needs to get better acquainted with each other. So maybe you could help a gal out.
- I also really want the question "Was I suppose to use media queries in this challenge?" answered. Because the site worked fine until around 318px in width so I'm thinking no. But what's your opinion?