<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Responsive Design with CSS</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="css/nav.css">
<script src="js/libs/modernizr-2.6.1-respond-1.1.0.min.js"></script>
</head>
<body>
<div id="wrapper">
<div class="phone">
<span class="dn320">Телефон: </span><b>(495) 258-8211 </b>
<a href="http://www.facebook.com/pages" target="_blanc" class="fb"><img src="images/i_fb.png" width="16" height="16" alt="Facebook"/></a>
</div>
<div id="container">
<!-- #header -->
<div id="header">
<div id='logo'>
<a href="/"><img src="images/logo.png" border="none" width="200px" height="50px" alt="Центр стратегических инициатив и инноваций"/></a>
</div>
<div id='nav'>
<ul>
<li><a href="/about.html">Компания</a></li>
<li><a href="/services.html">Услуги</a></li>
<li><a href="/analytics.html">Аналитика</a></li>
<li><a href="/cooperation.html">Сотрудничество</a></li>
<li><a href="/contact.html">Контакты</a></li>
</ul>
</div>
</div>
</div>
</div>
</body>
</html>
* {
box-sizing: border-box;
box-sizing: border-box;
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
background-color: #AAAAAA;
}
#wrapper{
width: 100%;
margin:0.1em;
padding:0.1em;
}
#container{
margin: 10% 12%;
height: 90%;
text-align: center;
}
#header{
padding:0.1% 20px;
overflow:auto;
}
#nav ul {
list-style:none;
text-transform: uppercase;
font-weight: bold;
font-size: 1em;
font-family: 'Open Sans Condensed',sans-serif;
text-align: center;
}
#nav ul li {
float: left;
padding: 7px;
}
#nav a{
margin: 2.3% 0 0;
padding: 2.3% 2.3%;
color: #000;
text-decoration: none;
}
.phone {
float: right;
margin: 0 70px 0 -50px;
color: #777777;
vertical-align: middle;
text-align: right;
font-size: 11px;
}
#header .phone b {
color: #000;
}
@media only screen and (min-width: 980px){
ul {
float:left;
}
li {
float:left;
min-width:12%;
padding:4px;
margin-right:8px;
}
}
@media only screen and (min-width: 1050px) {
#logo {
float:left;
width:5%;
}
#logo img{
width: 100%;
}
#nav {
float:right;
width:95%;
}
ul{
float:right;
}
li{
float:left;
padding:4px;
margin-right:8px;
}
}
@media only screen and (min-width: 1140px) {
}
Output
You can jump to the latest bin by adding /latest
to your URL
Keyboard Shortcuts
Shortcut | Action |
---|---|
ctrl + [num] | Toggle nth panel |
ctrl + 0 | Close focused panel |
ctrl + enter | Re-render output. If console visible: run JS in console |
Ctrl + l | Clear the console |
ctrl + / | Toggle comment on selected lines |
ctrl + ] | Indents selected lines |
ctrl + [ | Unindents selected lines |
tab | Code complete & Emmet expand |
ctrl + shift + L | Beautify code in active panel |
ctrl + s | Save & lock current Bin from further changes |
ctrl + shift + s | Open the share options |
ctrl + y | Archive Bin |
Complete list of JS Bin shortcuts |
JS Bin URLs
URL | Action |
---|---|
/ | Show the full rendered output. This content will update in real time as it's updated from the /edit url. |
/edit | Edit the current bin |
/watch | Follow a Code Casting session |
/embed | Create an embeddable version of the bin |
/latest | Load the very latest bin (/latest goes in place of the revision) |
/[username]/last | View the last edited bin for this user |
/[username]/last/edit | Edit the last edited bin for this user |
/[username]/last/watch | Follow the Code Casting session for the latest bin for this user |
/quiet | Remove analytics and edit button from rendered output |
.js | Load only the JavaScript for a bin |
.css | Load only the CSS for a bin |
Except for username prefixed urls, the url may start with http://jsbin.com/abc and the url fragments can be added to the url to view it differently. |