<?xml version='1.0' encoding='UTF-8' ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Lingo Chaps Chinese Translators</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="Content-Type" content="application/vnd.wap.xhtml+xml; charset=UTF-8" />
<meta http-equiv="Content-Language" content="en" />
<script src="http://code.jquery.com/jquery-1.11.1.js" type="text/javascript"></script>
<link href="css/style.css" rel="stylesheet" type="text/css"></link>
<script type="text/javascript">
$(document).ready(function(){
$(".mcmb").click(function(){
$(".menu1").slideToggle('slow')
});
});
</script>
</head>
<body>
YOUR CODE GOSE HERE
</body>
Now copy and paste this style coad in to notepad
and save as style.css
keep THIS file in CSS folder
{
// your defaut style gose here----------
}
@media only screen and (min-width: 480px)
{
// style for 480px screen gose here-------------
}
@media only screen and (min-width: 768px)
{
// style for 768px screen gose here-------------
}
@media only screen and (min-width: 480px)
{
// style for 480px screen gose here-------------
}
@media only screen and (min-width: 768px)
{
// style for 768px screen gose here-------------
}
Now you can start working on it
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Lingo Chaps Chinese Translators</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="Content-Type" content="application/vnd.wap.xhtml+xml; charset=UTF-8" />
<meta http-equiv="Content-Language" content="en" />
<script src="http://code.jquery.com/jquery-1.11.1.js" type="text/javascript"></script>
<link href="css/style.css" rel="stylesheet" type="text/css"></link>
<script type="text/javascript">
$(document).ready(function(){
$(".mcmb").click(function(){
$(".menu1").slideToggle('slow')
});
});
</script>
</head>
<body>
YOUR CODE GOSE HERE
</body>
Now copy and paste this style coad in to notepad
and save as style.css
keep THIS file in CSS folder
{
// your defaut style gose here----------
}
@media only screen and (min-width: 480px)
{
// style for 480px screen gose here-------------
}
@media only screen and (min-width: 768px)
{
// style for 768px screen gose here-------------
}
@media only screen and (min-width: 480px)
{
// style for 480px screen gose here-------------
}
@media only screen and (min-width: 768px)
{
// style for 768px screen gose here-------------
}
Now you can start working on it
Comments
Post a Comment