Open vivkay opened 9 years ago
https://github.com/sara-clayton2/sass-website/blob/gh-pages/index.html#L29-L31
It could be snazzy to use a caps class (through .css) to style your capital letters.
This is what I did:
.caps { text-transform:capitalize; }
You can use the caps class again here:
https://github.com/sara-clayton2/sass-website/blob/gh-pages/index.html#L46
and here:
https://github.com/sara-clayton2/sass-website/blob/gh-pages/index.html#L51
etc.
https://github.com/sara-clayton2/sass-website/blob/gh-pages/index.html#L29-L31
It could be snazzy to use a caps class (through .css) to style your capital letters.
This is what I did: