sara-clayton2 / sass-website

0 stars 0 forks source link

caps class (optional) #3

Open vivkay opened 9 years ago

vivkay commented 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;
}
vivkay commented 9 years ago

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.