Carsten Körner
@carstenkoernerAll solutions
- Submitted 7 months ago
Responsive meet landing page
- HTML
- CSS
I have not found a solution for how to enlarge the header image with the heads of the people so that it goes a little over the frame on the left and right and is cut off at the frame. If anyone has any tips on this, I would be very grateful.
- Submitted 7 months ago
Responsive product preview card
- HTML
- CSS
I don't need any help with this, but would like some opinions on separating css code into different css files. E.g. typography.css, resets.ccs and main.css. Do you think it makes sense to use several css files to have a better overview and structure, or is it rather not so welcome because...?
- Submitted 8 months ago
Blog preview card using Flexbox
- HTML
- CSS
I was a bit confused about the fact that the focus state for interactive elements should be set in addition to the hover state. I only know the focus state for the keyboard tab control for input fields. As there are no input fields in this project, I have omitted the focus state.