In my text code, the below CSS style is not working. What is missing?
.text2 { position:absolute; bottom: 30px; right:200px; padding-left: 200px; padding-right: 20px; text-align: center; padding-bottom:20%; color: white; padding-top: 6000px; font-size: 300px; left: 20px; }
try make sure that the parent element has the position: relative , also make sure that the background has different color than white as the text color is white.
position: relative
white
2.1m questions
2.1m answers
60 comments
57.0k users