Css and html

hello id need help in the [Borders 1] how to decrease the opacity of the background color and [Borders 2] how to fix the 4 stars in the in the shape they are showing.
thanks for the help.
https://developer.mozilla.org/en-US/docs/Learn/CSS/Building_blocks/Test_your_skills_backgrounds_and_borders

hello @Jhon

for the color opacity check this https://developer.mozilla.org/en-US/docs/Web/CSS/background-color

for the star could you share your code on any sharing site like https://codepen.io/ or https://jsfiddle.net/ so we see where you stuck and help you

and have a nice day :slight_smile:

1 Like


thanks for the help i apricate it thats my borders 2

you very welcome
you very close to get it
this what background attrebuite looks like https://developer.mozilla.org/en-US/docs/Web/CSS/background
look for what it shorthand for also notice that it can multi value for same parameter for example multiple url for the link of image and multi value for repeat or no repeat and so on and it will apply first one to the first one and second value to the second value of the other property and so on

i like to use the long version cause i am still new to that so sometime using the shorthand and do everything at once confuse me and make me do more mistake but it’s up to you to use the shorthand or the long one

you will see that you missing to set the position and also the second set of stars

hope that help and have a nice day :slight_smile: