TIL - HTML Responsive Web Design

Web design is something you learn and then you come back to find that its been polished a bit.

TIL… HTML Responsive Web Design, which is rather neat in the way it provides for smaller screens, like mobiles with
<meta name="viewport" content="width=device-width, initial-scale=1.0">
and
<img src="img_girl.jpg" style="max-width:100%;height:auto;">

see:

:slight_smile:

4 Likes

I know what you mean.
I thought I knew web design myself and then CSS came along - and we got to grips with that and then grids and the various frameworks for CSS. Then designing for mobile first … And now this …
Same with networking in Linux - had it sussed and then suddenly we have netplan and if its not perfectly structured .yaml you can forget it…
Just too difficult to try keep up with everything now.