My issue
i have given font-family in selector but it showing the wrong output
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 have given font-family in selector but it showing the wrong output
// your code goes here
Learning course: Projects using HTML / CSS
Problem Link: FS COMMON CSS Practice Problem in Projects using HTML / CSS - CodeChef
Hello @nagulapatisiva,
I have gone through your problem and here you need to fill the font-family as Arial,Sans-Serif which it ask you to do, so here below i am writing the code, you can refer to solve that problem.
*{
margin: 0;
padding: 0;
font-family:Arial,Sans-Serif;
}
a{
color: black;
font-weight: 500;
text-decoration: none;
}
Thank You…![]()