Elerneron.css: Difference between revisions
Jump to navigation
Jump to search
Created page with ".fitWide img{ max-width: 100%; height: auto; } .fitHigh img{ max-height: 100%; width: auto; } →<noinclude>[[Category:StyleSheets]]</noinclude>: " |
No edit summary |
||
Line 1: | Line 1: | ||
@font-face { | |||
font-family: Great+Vibes; | |||
src: url('https://fonts.googleapis.com/css?family=Great+Vibes'); | |||
} | |||
.fitWide img{ | .fitWide img{ | ||
max-width: 100%; | max-width: 100%; | ||
Line 7: | Line 11: | ||
width: auto; | width: auto; | ||
} | } | ||
.script {font-family: 'Great Vibes', cursive;} | |||
/* <noinclude>[[Category:StyleSheets]]</noinclude> */ | /* <noinclude>[[Category:StyleSheets]]</noinclude> */ |
Revision as of 18:41, 10 January 2017
@font-face {
font-family: Great+Vibes; src: url('https://fonts.googleapis.com/css?family=Great+Vibes');
} .fitWide img{ max-width: 100%; height: auto; } .fitHigh img{ max-height: 100%; width: auto; } .script {font-family: 'Great Vibes', cursive;}
/* */