16 lines
172 B
SCSS
16 lines
172 B
SCSS
body{
|
|
font-size: 16px;
|
|
}
|
|
|
|
@for $i from 1 to 6 {
|
|
h#{$i}{
|
|
margin:0;
|
|
}
|
|
}
|
|
|
|
p{margin:0;}
|
|
|
|
a, a:visited, a:hover, a:active{
|
|
text-decoration: none;
|
|
color: inherit;
|
|
} |