Anja Teisman
@DubbelteisAll solutions
- Submitted 3 months ago
Order summary component
- HTML
- CSS
I can't get the background image visible in the mobile state, but to be honest I don't see it in the designs provided by the project.
- Submitted 4 months ago
NFT-profile-card-component
- HTML
- CSS
I can't get rid of the overflow of the overlay in the active state. I'm open for help there.
- Submitted 4 months ago
Profile-card-component
- HTML
- CSS
Funny things happen with the background images when I resize the page to a smaller screen size. the balls in the background move to the other side on the x-axis and than disappear. I tried to give them other percentages in the @media query but without succes. Maybe I have to use px instead of %. Help, anyone?
- Submitted 4 months ago
Results-summary-component
- HTML
- CSS
I kept adding flexboxes on the right part of the design to get the right spacing between the elements. Is that the best way or is there a better way?
- Submitted 4 months ago
FAQ accordion
- HTML
- CSS
- JS
Q1: I have no clue in how to get the background image to fit the width of the page. As you can see it isn't wide enough now. Q2: I can't get the line between the questions the right color. I tried the next codes but it doesn't work: ''border-top: 1px solid rgb(250, 236, 250);'' this is how it now is by recommendation of chatGPT. I also tried: "border-top: 1px solid rgba(250, 236, 250, 0.1);" this didn't do anything. Changing rgb to hsl and hsla didn't work. I've put all the questions and answers in their own div and gave the div a border-bottom and color: didn't work.
- Submitted 4 months ago
product-preview-card
- HTML
- CSS
No specific help needed this time but comments for improvement are always welcome.
- Submitted 4 months ago
social-links-profile
- HTML
- CSS
I try to be 'clean' in my code. Try to use only what's needed. So my question: did I use any unnecessary code?