CSS COURSE • LESSON
📲 CSS Responsive Design
Master CSS and create modern responsive websites with EDUHUB CODE HUB.
Responsive Design
Responsive websites work on mobile, tablet and desktop.
Example
img {
max-width:100%;
height:auto;
}
Always test websites on different screen sizes.