Last active
March 5, 2017 03:44
-
-
Save itzsaga/d962f9adf22c69a478be52779708873c to your computer and use it in GitHub Desktop.
Quick CSS code for all media to be fluid.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| img, table, form, input, video, audio, iframe { | |
| width: 100%; | |
| max-width: 100%; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment