
Nefunguje responzivní web
V hlavičce mám:
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<title>Pokus</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="files/css/pcindex3.css" rel="stylesheet">
<link href="tablet.css" rel="stylesheet" media="screen and (min-width: 481px) and (max-width: 10023px)">
<link href="smartphone.css" rel="stylesheet" media="screen and (max-width: 480px)">
</head>
<body>
Proč se mi ale stále načítá pcindex3.css i když stránku otevřu s rozlyšením 1280 ? Proč se to nepřepne na tablet.css? Už nevím co s tím. Poradíte mi prosím? 