Hi, I’ve been doing the basics of HTML and CSS and i’m stuck, I have literally no idea where to put this piece of code,It didn’t specify!
* {
font-family: 'Georgia', 'Times', serif;
}
a {
color: SeaGreen;
text-decoration: none;
}
img {
border-radius: 100%;
}
If you know where please help.
Here’s the URL : https://www.codecademy.com/courses/learn-html-css/lessons/css-setup/exercises/style?action=lesson_resume&link_content_target=interstitial_lesson
It’s on part 2,
Here are the instructions:
2.
Copy the following code and paste it in between the opening and closing <style>
tags:
* {
font-family: 'Georgia', 'Times', serif;
}
a {
color: SeaGreen;
text-decoration: none;
}
img {
border-radius: 100%;
}
Don’t worry about the details of the CSS code above just yet, you will learn more about CSS in later lessons.
I did exactly what it wanted i made, A ’ ’ And inserted that code in it.
I did all this is head, I then changed it to body. And it looks like this