mardi 5 juillet 2016

Media Query why isnt my code not being accepted ie doesnt work

When resizing the browser none of the code below works

i also already have the style content before the @media content. i have no idea i ve tried everything already. but its just not working I used MAC google chrome.

<html>
<head>
<title>Responsive Web Design</title>
<meta name= "viewport" content="width=device-width">    

 <link href="responsive.css" rel="stylesheet">    


<!-- css down below -->


@media screen and (max-width: 720px;){
nav ul{
max-height: 0;
}


nav ul li {
  box-sizing: border-box ;
  width:100%;
  padding: 15px;
  text-align: left;}

.handle { display:block;

Aucun commentaire:

Enregistrer un commentaire