Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,155,619 members, 7,827,317 topics. Date: Tuesday, 14 May 2024 at 10:30 AM

Someone Should Assist Me On How To Tackle CSS Task On Freecodecamp - Programming - Nairaland

Nairaland Forum / Science/Technology / Programming / Someone Should Assist Me On How To Tackle CSS Task On Freecodecamp (661 Views)

Freecodecamp No Well Oo / C# .net Core 5 MVC Video Tutorial By Freecodecamp / Learn How To Do Boring Task On Excel Using Python (2) (3) (4)

(1) (Reply) (Go Down)

Someone Should Assist Me On How To Tackle CSS Task On Freecodecamp by Laryfrosh: 10:50am On Feb 10, 2022
I have been hanging here for close to 24 hours now with no likely way to solve this.
Please someone should kindly assist me on this

Re: Someone Should Assist Me On How To Tackle CSS Task On Freecodecamp by Sapeleboy911(m): 11:25am On Feb 10, 2022
Try this.


h2{
color: red;
font-family: lobster;
}
Re: Someone Should Assist Me On How To Tackle CSS Task On Freecodecamp by mrfizy(m): 11:38am On Feb 10, 2022
Remove .red- text

h2{
Color:red;
font-family:lobster;

}
Re: Someone Should Assist Me On How To Tackle CSS Task On Freecodecamp by Laryfrosh: 12:58pm On Feb 10, 2022
Sapeleboy911:
Try this.


h2{
color: red;
font-family: lobster;
}

I just did that now but still couldn't get through the stage

Re: Someone Should Assist Me On How To Tackle CSS Task On Freecodecamp by Laryfrosh: 12:59pm On Feb 10, 2022
Laryfrosh:


I just did that now but still couldn't get through the stage

I also removed the CLASS attribute from the H1 tag and still didn't get through
Please kindly guide me
Re: Someone Should Assist Me On How To Tackle CSS Task On Freecodecamp by Laryfrosh: 1:01pm On Feb 10, 2022
mrfizy:
Remove .red- text

h2{
Color:red;
font-family:lobster;

}


I just did that now but still couldn't get through the stage. I also removed the CLASS attribute from the H2 tag and still couldn't get through

Please kindly guide me
Re: Someone Should Assist Me On How To Tackle CSS Task On Freecodecamp by Laryfrosh: 1:01pm On Feb 10, 2022
Laryfrosh:



I just did that now but still couldn't get through the stage. I also removed the CLASS attribute from the H2 tag and still couldn't get through

Please kindly guide me

Re: Someone Should Assist Me On How To Tackle CSS Task On Freecodecamp by Sapeleboy911(m): 1:08pm On Feb 10, 2022
Laryfrosh:


I just did that now but still couldn't get through the stage

Check for uppercase and lowercase errors: Lobster vs lobster.
Re: Someone Should Assist Me On How To Tackle CSS Task On Freecodecamp by Laryfrosh: 1:11pm On Feb 10, 2022
Sapeleboy911:


Check for uppercase and lowercase errors: Lobster vs lobster.

I just corrected that but still didn't go through
Re: Someone Should Assist Me On How To Tackle CSS Task On Freecodecamp by Karleb(m): 1:51pm On Feb 10, 2022
Taking the screen shot of your screen might help others to help you.

1 Like

Re: Someone Should Assist Me On How To Tackle CSS Task On Freecodecamp by thanksjosh005: 5:00pm On Feb 10, 2022
@OP

What you need help on particularly, isn't stated. You only stated needing help with CSS task on freecodecamp with a not so clear screenshot of your work. I can see the result on the other side though that's it's compiled.




Edited: OP, I looked through your content again. And please, forgive me for laughing a bit but I saw that you made some mistakes. You made mistakes in your selection and styling sheet.

It should have been h2 and p, but instead what you would use is what you inputed into your class (the class name), starting with a dot (.) and then the class name you chose. E.g . lobster
The compiler actually spotted that error. If not you shouldn't use the class at all. Rather/alternatively, you'd be using the h2 and p alone without including a selector. That's how HTML/CSS works. You'll have to build more knowledge on using selectors. Don't know if you have.

And I would rather mention the others didn't spot the error well enough but go read more on Selectors and how to use them.
Selectors fall into these categories:

Simple selectors
Pseudo class selectors
Pseudo element selectors
Attribute selectors

You used the simple selectors but didn't implement that well. When you know them, then you're making good progress with CSS and can identify errors yourself.
Re: Someone Should Assist Me On How To Tackle CSS Task On Freecodecamp by Avast(m): 9:10pm On Feb 10, 2022
What exactly do you want to achieve?

Let start from there
Re: Someone Should Assist Me On How To Tackle CSS Task On Freecodecamp by bonadripper: 9:21pm On Feb 10, 2022
You never serious


From the way u posted the problem you're having it shows programming isn't really your calling
Re: Someone Should Assist Me On How To Tackle CSS Task On Freecodecamp by Laryfrosh: 6:46am On Feb 11, 2022
bonadripper:
You never serious


From the way u posted the problem you're having it shows programming isn't really your calling

If you have ever used freecodecamp while practicing, u would understand the screenshots...
Don't just come here and spill nonsense�
Re: Someone Should Assist Me On How To Tackle CSS Task On Freecodecamp by Laryfrosh: 8:01am On Feb 11, 2022
thanksjosh005:
@OP

What you need help on particularly, isn't stated. You only stated needing help with CSS task on freecodecamp with a not so clear screenshot of your work. I can see the result on the other side though that's it's compiled.

Thanks


Edited: OP, I looked through your content again. And please, forgive me for laughing a bit but I saw that you made some mistakes. You made mistakes in your selection and styling sheet.

It should have been h2 and p, but instead what you would use is what you inputed into your class (the class name), starting with a dot (.) and then the class name you chose. E.g . lobster
The compiler actually spotted that error. If not you shouldn't use the class at all. Rather/alternatively, you'd be using the h2 and p alone without including a selector. That's how HTML/CSS works. You'll have to build more knowledge on using selectors. Don't know if you have.

And I would rather mention the others didn't spot the error well enough but go read more on Selectors and how to use them.
Selectors fall into these categories:

Simple selectors
Pseudo class selectors
Pseudo element selectors
Attribute selectors

You used the simple selectors but didn't implement that well. When you know them, then you're making good progress with CSS and can identify errors yourself.
Re: Someone Should Assist Me On How To Tackle CSS Task On Freecodecamp by Laryfrosh: 8:02am On Feb 11, 2022
thanksjosh005:
@OP

What you need help on particularly, isn't stated. You only stated needing help with CSS task on freecodecamp with a not so clear screenshot of your work. I can see the result on the other side though that's it's compiled.




Edited: OP, I looked through your content again. And please, forgive me for laughing a bit but I saw that you made some mistakes. You made mistakes in your selection and styling sheet.

It should have been h2 and p, but instead what you would use is what you inputed into your class (the class name), starting with a dot (.) and then the class name you chose. E.g . lobster
The compiler actually spotted that error. If not you shouldn't use the class at all. Rather/alternatively, you'd be using the h2 and p alone without including a selector. That's how HTML/CSS works. You'll have to build more knowledge on using selectors. Don't know if you have.

And I would rather mention the others didn't spot the error well enough but go read more on Selectors and how to use them.
Selectors fall into these categories:

Simple selectors
Pseudo class selectors
Pseudo element selectors
Attribute selectors

You used the simple selectors but didn't implement that well. When you know them, then you're making good progress with CSS and can identify errors yourself.

Thanks

1 Like

Re: Someone Should Assist Me On How To Tackle CSS Task On Freecodecamp by Nobody: 11:04am On Feb 11, 2022
Just click on Get Help and look at a finished example. Never feel guilty or inadequate for taking a peek at a finished solution.
Sometimes it’s not even that you don’t know what to do, but these questions can be poorly worded at times that you won’t clearly understand what they want you to do.
Trust me I’m taking the Algorithm and data structures course on freeCodeCamp and I understand the frustration.

2 Likes

Re: Someone Should Assist Me On How To Tackle CSS Task On Freecodecamp by Laryfrosh: 11:38am On Feb 11, 2022
Rgade:
Just click on Get Help and look at a finished example. Never feel guilty or inadequate for taking a peek at a finished solution.
Sometimes it’s not even that you don’t know what to do, but these questions can be poorly worded at times that you won’t clearly understand what they want you to do.
Trust me I’m taking the Algorithm and data structures course on freeCodeCamp and I understand the frustration.

Thanks Boss
Re: Someone Should Assist Me On How To Tackle CSS Task On Freecodecamp by swagenity(m): 8:49pm On Feb 12, 2022
.
Re: Someone Should Assist Me On How To Tackle CSS Task On Freecodecamp by Weyrehmod: 2:39pm On Feb 14, 2022
I'm currently taking CSS on freecodecamp atm, i think I've passed this phase

Op just import the lobster class to you h2 element and style it


<h2 class="font-family">.....<h2>

Then your styling should be like this

h2 {
font-family: lobster;
}

I'm also a learner... I might be wrong though
Re: Someone Should Assist Me On How To Tackle CSS Task On Freecodecamp by Weyrehmod: 3:07pm On Feb 14, 2022
Note: your <h2> should have an attr=value

class="font-family"

1 Like

Re: Someone Should Assist Me On How To Tackle CSS Task On Freecodecamp by Laryfrosh: 6:40am On Feb 15, 2022
Weyrehmod:
I'm currently taking CSS on freecodecamp atm, i think I've passed this phase

Op just import the lobster class to you h2 element and style it


<h2 class="font-family">.....<h2>

Then your styling should be like this

h2 {
font-family: lobster;
}

I'm also a learner... I might be wrong though

Thanks Bro... I am good already...
Re: Someone Should Assist Me On How To Tackle CSS Task On Freecodecamp by airsaylongcome: 10:57am On Feb 15, 2022
Laryfrosh:


If you have ever used freecodecamp while practicing, u would understand the screenshots...
Don't just come here and spill nonsense�

There are loads of people who can help you and may have never been on freecodecamp. If you assume that everyone should have been there then you immediately limit the set of people who you want to assist you

1 Like

(1) (Reply)

Your Review On This Site Please / Do I Use Naira or Dollar Card to Purchase A Go Daddy Domain? / Can I Launch A Mobile Wallet App Without CBN License

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 30
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.