FACG5 / Later-team

0 stars 0 forks source link

CSS #21

Open sultanassi95 opened 6 years ago

sultanassi95 commented 6 years ago

Hi,

:sob: Can you please have a look at the CSS file, it looks messy, doesn't it?

I think it will be cool if we have it re-factored to look like this:

* {
    margin: 0;
    padding: 0;
}

.some-class {
    width: 100px;
    height: 100px;
}

.another-class {
    background-color: #fff;
    font-size: 16px;
}

Things to consider:

Result section.