Jump to content

CSS HELP!

silver_tounge
Go to solution Solved by viliuks,

Oh I see your problem I think, in the second picture you have il not ln when it decorates as underline

I am using codecademy to learn css during summer.

i have run into a problem and i dont know how to solve it. 

i have been aske to make the paragphs within the lists to be make underlined but whaterv i try it doesn't work.

 

 

post-153558-0-49588500-1440337947.pngpost-153558-0-94402800-1440337955.png

Link to comment
Share on other sites

Link to post
Share on other sites

Try this in your CSS:

html p{font-weight: bold;}

EDIT: this makes all the text inside a <p> bold though.

If you want all <p> text inside the lists to be bold use this in your CSS:
 

html li p{font-weight: bold;}

(I think that should work)

"We're all in this together, might as well be friends" Tom, Toonami.

 

mini eLiXiVy: my open source 65% mechanical PCB, a build log, PCB anatomy and discussing open source licenses: https://linustechtips.com/topic/1366493-elixivy-a-65-mechanical-keyboard-build-log-pcb-anatomy-and-how-i-open-sourced-this-project/

 

mini_cardboard: a 4% keyboard build log and how keyboards workhttps://linustechtips.com/topic/1328547-mini_cardboard-a-4-keyboard-build-log-and-how-keyboards-work/

Link to comment
Share on other sites

Link to post
Share on other sites

Oh I see your problem I think, in the second picture you have il not ln when it decorates as underline

thanks, i noticed as you posted thanks again :P

Link to comment
Share on other sites

Link to post
Share on other sites

thanks, i noticed as you posted thanks again :P

No problem! Glad to help :)

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×