FACN1 / week3-javiasy

Repo to hold GOT actor app
https://facn1.github.io/week3-javiasy/
0 stars 2 forks source link

Repeating same elements in CSS #61

Open emilyb7 opened 7 years ago

emilyb7 commented 7 years ago

You could definitely cut down on the length of your CSS file by checking for repetition:

Example:

header {
    min-height: 100vh;
}

header {
    margin:10px;
    background: #495241;
}

header p, header h1 {
    text-align: center;
}
macintoshhelper commented 7 years ago

Fixed in 9d2473d9e668c863b9bb305b95d9823bc4fa3eb4 (pull request open)