Simple CSS Styling Question | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Simple CSS Styling Question

Please help. 1. Iā€™m having trouble figuring out why my background image wonā€™t respond to my opacity instruction. 2. How do I center the audio control? Thank you! https://code.sololearn.com/W6fbwjCOYbQk/?ref=app

21st Dec 2021, 12:23 AM
TahitišŸŒCastillo
TahitišŸŒCastillo - avatar
5 Answers
+ 3
1. I didn't saw any 'opacity instructions' you used in your code? 2. Take it in a div and use text-align: center; for div. //If you find some difficulty in postioning the background you can surf in google for that. Search: 'how to position background?' ref: https://css-tricks.com/perfect-full-page-background-image/ https://www.w3schools.com/cssref/css3_pr_background-size.asp https://www.freecodecamp.org/news/css-full-page-background-image-tutorial/amp/
21st Dec 2021, 2:54 AM
NEZ
NEZ - avatar
+ 3
TahitišŸ·Castillo You have given class to body so if any thing you will do to that class the same will happen to all body elements... Try removing the transparency(in css) class and it will be same again. ref: https://www.geeksforgeeks.org/how-to-set-the-opacity-of-background-image-in-css/?ref=rp
21st Dec 2021, 7:26 AM
NEZ
NEZ - avatar
+ 1
NEZ Thank you. I will try that.
21st Dec 2021, 3:49 AM
TahitišŸŒCastillo
TahitišŸŒCastillo - avatar
+ 1
NEZ Worked like a charm! Thanks again. I had my opacity styling in the wrong place. But now it is causing the text to be transparent instead of the background. Maybe I have the backgound in the wrong place?
21st Dec 2021, 5:43 AM
TahitišŸŒCastillo
TahitišŸŒCastillo - avatar
+ 1
NEZ Thank you!
21st Dec 2021, 7:52 AM
TahitišŸŒCastillo
TahitišŸŒCastillo - avatar