My issue
i can’t understand the question let me give an overview how can i add that
My code
// your code goes here
Learning course: Projects using HTML / CSS
Problem Link: FS COMMON CSS Practice Problem in Projects using HTML / CSS - CodeChef
i can’t understand the question let me give an overview how can i add that
// your code goes here
Learning course: Projects using HTML / CSS
Problem Link: FS COMMON CSS Practice Problem in Projects using HTML / CSS - CodeChef
Hii @bhumika813,
So basically here in this question it asked you to complete the styling of the html element in the style.css file.
I am here writing the code that you can refer to solve this.
Thank you😊
*{
margin: 0;
padding: 0;
font-family: Arial,Sans-Serif;
}
a{
color: black;
font-weight: 500;
text-decoration: none;
}