this would really help cause all of the other tutorials and things i’ve been searching just lead into dead ends or confusing stuff i don’t know
« Web, HTML, Tech Forum
can someone paste in the code for making my interests box a different color??
13 Replies
Reply by pawtal!!!
posted
Here, i'd prefer if you would learn how selectors work but whatever.
.col.w-40.left .details-table td {
background: hsl(0, 0%, 10%);
}
Reply by offbrand soda [autoplay]
posted
Reply by pawtal!!!
posted
Reply by offbrand soda [autoplay]
posted
Reply by offbrand soda [autoplay]
posted
can you explain further? i’m kinda confused since i put them on top and bottom and used </style> for the bottom one
Reply by pawtal!!!
posted
The style tag above doesn't have a </style> which prevents the one you enclosed correctly from rendering.
Reply by offbrand soda [autoplay]
posted
ok a little problem, when i enter the second </style> the other one just dissapears,, there’s supposed to be 2 of the </style> correct?
Reply by pawtal!!!
posted
It shouldn't be disappearing, see if the highlighted bit is enclosed by <style></style> on your editor.
Reply by offbrand soda [autoplay]
posted
Reply by pawtal!!!
posted
Yeah that </style> properly encloses your h1 color and that renders properly. I have no idea if the ones you're putting around the CSS I gave you is disappearing when you update your profile, you'll have to find a way to show me a before and after of your editor when you click save all.
Reply by offbrand soda [autoplay]
posted
Reply by pawtal!!!
posted
Reply by offbrand soda [autoplay]
posted