@Baileys137Submitted 6 months ago
Liedson Franco
@LiedsonFrancoAll comments
- @LiedsonFrancoPosted 6 months ago
Hello, I notice that your img lose his aspect ratio, you may fix it by using the property
css:
object-fit: cover;
Hope this helped
0 - @RaulTindoganSubmitted 8 months ago
- @AnggaSan08Submitted 10 months ago
All feedback is welcome
@LiedsonFrancoPosted 10 months agoTo change the colors from the <ul> and <ol> markers you could do:
ul li::marker{ color: hsl(14, 45%, 36%); } ol li::marker{ color: hsl(14, 45%, 36%); }
0