I really need help on HTML and CSS part I Hex colours.
I just dont get it. I dont understand what it says
I really need help on HTML and CSS part I Hex colours.
I just dont get it. I dont understand what it says
Can you provide the link to the lesson?
ok here you go: https://www.codecademy.com/courses/learn-html-css/lessons/css-colors/exercises/hex-colors?action=lesson_resume
Like that, yes?
Yes. This is exactly like the previous lesson with the rgb
colors. Except, you’ll be replacing h1
's color
with the hex they provide in step 1. AND h2
's background-color
with the hex they provide in step 2.
I still need more like simple information.
Sorry
You did the previous lesson, right? The one with rgb
colors? It’s basically the same except you’ll be replacing those rgb colours with the hex colors they gave you in the steps.
An example would be
p {
color: #000000;
}
ok?Yes I did do the last lesson, obviously!
thank you I did that!
That solved my problem