Rebecca Padgett
@bccpadgeAll solutions
- Submitted 6 months ago
Responsive Fylo data storage component using HTML and CSS
- HTML
- CSS
I used
:is()
CSS pseudo-class to apply the background-color forheader
andarticle
.:is(header, article){ background-color: hsl(var(--clr-neutral-300)); }
I went to the website on my iphone SE with IOS 17.5.1 background-color doesn't appear even if I remove
:is()
. I applied -webkit- and -moz- vender prefixes per this article How to Fix CSS Issues on Safari and the background-color still doesn't show.Is there something wrong with code that I'm not seeing? What other solutions can I use that fixes this issue?
Thanks,
Rebecca
- Submitted 9 months ago
Responsive Project tracking intro component using HTML, CSS & JS
- HTML
- CSS
- JS
I would like feedback on the mobile version of my website. I have an iPhone SE and can't scroll past the image to see the section content. I have the
transform
CSS property on my image.section < img{ transform: translate(10%) scale(1.1); }
I am unsure if that is causing the issue and if you have any suggestions, please let me know.
Thanks, Rebecca