Text shadow help

Joined
Feb 15, 2021
Messages
99
Reaction score
0
Hi

please see


i want a text shadow of

Code:
text-shadow: 1px 1px rgba(0, 0, 0, .1);

on my footer code

also take away
Code:
text-shadow: 1px 1px rgba(0, 0, 0, .1);

from the "community news" and "Amenities" cards

card 1 and card 2 and Vacation Homes for Rent under Available Rentals card 3

basicaly
Code:
text-shadow: 1px 1px rgba(0, 0, 0, .1);

on white text, none on any other text involving the 3 cards

i tried making a class. no go

cant figuer this out :(
 
Joined
Jul 4, 2023
Messages
366
Reaction score
41
Check this
CSS:
.white-text-shadow {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, .25);
}
HTML:
<p style="white-text-shadow">Many of the Buck Island homeowners make their properties available for rent.  Click above for a map of the community and links to rental homes.</p>

1707215609897.png
 
Joined
Jul 4, 2023
Messages
366
Reaction score
41
Uppps, there is a my mistake, it should be of course class instead of style
CSS:
<p class="white-text-shadow">...</p>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,065
Latest member
OrderGreenAcreCBD

Latest Threads

Top