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