Latest solutions
- Submitted 8 days ago
Responsive car preview card
- HTML
- CSS
Why doesn't the bottom margin of my footer show on mobile?
- Submitted 9 days ago
Simple social card using FlexBox
- HTML
- CSS
Curious if my code is readable and organized well.
- Submitted 9 days ago
Responsive preview card using FlexBox
- HTML
- CSS
I'm curious if there are better ways to structure the HTML. Also whether "wrapper" and "container" are okay to use as class names or if there are best practices.
- Submitted 10 days ago
Responsive page using FlexBox
- HTML
- CSS
Would this have been easier with Grid instead of FlexBox?
- Submitted 11 days ago
First time using flexbox
- HTML
- CSS
I positioned the
.attribution
class at the bottom of the page usingposition: absolute
, which looks fine on devices with enough height. But if I resize the browser to make it shorter, it then overlaps with the card. I want to make it inline so that it stays under the profile card.I've tried different things but I haven't found the answer. I think I'm supposed to add a media query:
@media only screen and (max-height: 580px) { .attribution { } }
- Submitted 22 days ago
First webpage using HTML and CSS
- HTML
- CSS
I don't know how to change the layout to remove the colored background and enlarge the photo on mobile view. I'm also not sure whether I should be using 'class' or 'id' on the HTML elements.
Latest comments
