DEV Community

Discussion on: If you could start over from scratch, how would CSS work?

Collapse
 
revelmind profile image
Zack

Make multiple properties have the same value:

h1 {
    margin-top, margin-bottom: 10px;
}
Enter fullscreen mode Exit fullscreen mode