Help me in solving FASH03 problem

My issue

explain code please

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

The CSS part you need to design was this add this in your external css file:

*{
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}

a{
    color: black;
    font-weight: 550;
    text-decoration: none;
}

Thank You :slight_smile: