Tworzę pierwszą stronę internetową responsive.
Czy może mi ktoś wytłumaczyć dlaczego obrazki które pomniejszyłem wyglądają tragicznie na smartfonie ? Co zrobić żeby ich jakoś była jak żyleta ?
Druga sprawa... nie można powiększyć tekstów palcami. Czy tak mają strony responsive ? Uniwersalność kosztem użyteczności ?
To mój kod do CSS ze strony:
Kod: Zaznacz cały
<link rel="stylesheet" type="text/css" href="../css/screen_styles.css" />
<link rel="stylesheet" type="text/css" href="../css/screen_layout_large.css" />
<link rel="stylesheet" type="text/css" media="only screen and (min-width:50px) and (max-width:500px)" href="../css/screen_layout_small.css" />
<link rel="stylesheet" type="text/css" media="only screen and (min-width:501px) and (max-width:800px)" href="../css/screen_layout_medium.css" />
Gornet