Last active
September 27, 2017 12:55
-
-
Save Semdevmaster/b531bd423ebe4fc1ce1a59b008df28a6 to your computer and use it in GitHub Desktop.
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
| 1)В таблицах для картинок лучше указывать width:100% а не max-width:100% | |
| 2)При модели расчёта box-sizing:border-box; лучше картинкам задавать не margin для отступов, а padding, таким образом не произойдёт выпадание контента | |
| 3)Блокировка прокрутки элемента - position:fixed;overflow:hidden; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment