Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change Font Size issue #2171

Closed
DaphnisM opened this issue Aug 19, 2015 · 3 comments
Closed

Change Font Size issue #2171

DaphnisM opened this issue Aug 19, 2015 · 3 comments

Comments

@DaphnisM
Copy link

screen shot 2015-08-19 at 3 06 43 am
Challenge http://www.freecodecamp.com/challenges/waypoint-change-the-font-size-of-an-element has an issue. Please describe how to reproduce it, and include links to screenshots if possible.

Even though the font size is changed, it is not recognized as completed.

@vishdha
Copy link

vishdha commented Aug 19, 2015

your

here class is .right-text. you can't used p in style. Use class name which already mention as .read-text
for eg:

<style> .red-text { color: red; font-size:16px; } </style>

CatPhotoApp

Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.

kitty ipsum text: Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.

try this

@bugron
Copy link
Contributor

bugron commented Aug 23, 2015

@Dphnis Of course you can use p in style element (even you would: "Then, inside your style element, set the font-size of all p elements to 16 pixels.").

@cheyika
Copy link

cheyika commented Aug 28, 2016

'Twas a bit confusing. Thank you for the help, @bugron!

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants