Pen Settings

HTML

CSS

CSS Base

Vendor Prefixing

Add External Stylesheets/Pens

Any URLs added here will be added as <link>s in order, and before the CSS in the editor. You can use the CSS from another Pen by using its URL and the proper URL extension.

+ add another resource

JavaScript

Babel includes JSX processing.

Add External Scripts/Pens

Any URL's added here will be added as <script>s in order, and run before the JavaScript in the editor. You can use the URL of any other Pen and it will include the JavaScript from that Pen.

+ add another resource

Packages

Add Packages

Search for and use JavaScript packages from npm here. By selecting a package, an import statement will be added to the top of the JavaScript editor for this package.

Behavior

Auto Save

If active, Pens will autosave every 30 seconds after being saved once.

Auto-Updating Preview

If enabled, the preview panel updates automatically as you code. If disabled, use the "Run" button to update.

Format on Save

If enabled, your code will be formatted when you actively save your Pen. Note: your code becomes un-folded during formatting.

Editor Settings

Code Indentation

Want to change your Syntax Highlighting theme, Fonts and more?

Visit your global Editor Settings.

HTML

              
                <div id="main">
		</div>
		<footer>
			<ul>
				<li>
					<p class="home">ZorNet.Ru</p>
<a class="logo" href="#">Здесь заголовок <i>&copy; 2013</i></a>          
</li>
				<li>
					<p class="services">Стилистика</p>

					<ul>
						<li><a href="#">Дизайн интернет сайта</a></li>
						<li><a href="#">Создание портфолио</a></li>
						<li><a href="#">Адаптивность эемента</a></li>
						<li><a href="#">Веб &amp; HTML + CSS + JS</a></li>
					</ul>
				</li>
				<li>
					<p class="reachus">Контакты</p>

					<ul>
						<li><a href="#">Написать на Email</a></li>
						<li><a href="#">Оповестить в личных</a></li>
						<li><a href="#">Позвонить на скайп</a></li>
						<li>Связаться по телефону</li>
					</ul>
				</li>
				<li>
					<p class="clients">Пользователям</p>

					<ul>
						<li><a href="#">Пройти регистрацию</a></li>
						<li><a href="#">Техподдержка</a></li>
						<li><a href="#">Вопрос и ответ</a></li>
					</ul>
				</li>
			</ul>

		</footer>
              
            
!

CSS

              
                *{
	margin:0;
	padding:0;
}

body{
	font:15px/1.3 'PT Sans', sans-serif;
	color: #5e5b64;
	position:relative;
	z-index:0;

}

a, a:visited {
	outline:none;
	color:#389dc1;
}

a:hover{
	text-decoration:none;
}

section, footer, header, aside{
	display: block;
}

#main{
	position:relative;
	z-index:1;

	background-color: #fff;

	background-image:-webkit-radial-gradient(center, circle farthest-corner, #fff, #e2e2e2);
	background-image:-moz-radial-gradient(center, circle farthest-corner, #fff, #e2e2e2);
	background-image:radial-gradient(center, circle farthest-corner, #fff, #e2e2e2);

	padding: 120px 0 600px;
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
}

#main .tzine-logo{
	width: 336px;
	height: 121px;
	margin: 0 auto 90px;
	text-indent: -999px;
	overflow: hidden;
	display: block;
	box-shadow: 0 2px 2px rgba(0,0,0,0.25);
	background: url('http://zornet.ru/Fresa/AB/fega/logo.jpg');
}

h1{
	font:bold 48px 'PT Sans Narrow', sans-serif;
	color:#5e5b64;
	text-align: center;
	padding-bottom:300px;
	position:relative;
}

h1:after{
	content: '';
	background: url('http://zornet.ru/Fresa/AB/fega/logo.jpg') 0 0;
	width: 45px;
	height: 70px;
	position: absolute;
	left: 50%;
	bottom: -85px;
	margin-left: -23px;
}

footer{
	height: 230px;
  width: 100%;
	color:#ccc;
	font-size:12px;

	position:relative;
	z-index:-2;

	background-color:#31353a;

	background-image:-webkit-linear-gradient(top, #31353a, #2f3337);
	background-image:-moz-linear-gradient(top, #31353a, #2f3337);
	background-image:linear-gradient(top, #31353a, #2f3337);
}

footer > ul{
	width:960px;
	position:fixed;
	left:50%;
	bottom:0;
	margin-left:-480px;
	padding-bottom: 60px;
	z-index:-1;
}

footer > ul > li{
	width:25%;
	float:left;
}

footer ul{
	list-style: none;
}

footer > ul > li ul li{
	margin-left:43px;
	text-transform: uppercase;
	font-weight:bold;
	line-height:1.8;
}

footer > ul > li ul li a{
	text-decoration: none !important;
	color:#7d8691 !important;
}

footer > ul > li ul li a:hover{
	color:#ddd !important;
}

footer a.logo{
	color: #e4e4e4 !important;
	text-decoration: none !important;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	text-transform: uppercase;
	margin-left: 16px;
	display: inline-block;
	margin-top: 7px;
}

footer a.logo i{
	font-style: normal;
	position: absolute;
	width: 60px;
	display: block;
	left: 48px;
	top: 18px;
	font-size: 12px;
	color: #999;
}

footer a.logo:before{
	content: '';
	display: inline-block;
	background: url('http://images.vfl.ru/ii/1582658680/8db88935/29694981.png') no-repeat -19px -70px;
	width: 48px;
	height: 37px;
	vertical-align: text-top;
}

/* Common styles for the four color bars */

footer p{
	width: 90%;
	margin-right: 10%;
	padding: 9px 0;
	line-height: 18px;
	background-color: #058cc7;
	font-weight: bold;
	font-size: 14px;
	color:#fff;
	text-transform: uppercase;
	text-shadow: 0 1px rgba(0,0,0,0.1);
	box-shadow: 0 0 3px rgba(0,0,0,0.3);
	margin-bottom: 20px;
	opacity:0.9;
	cursor:default;

	-webkit-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	transition: opacity 0.4s;
}

footer > ul > li:hover p{
	opacity:1;
}

footer p:before{
	content: '';
	display: inline-block;
	background: url('http://images.vfl.ru/ii/1582658680/8db88935/29694981.png') no-repeat;
	width: 16px;
	height: 18px;
	margin: 0 12px 0 15px;
	vertical-align: text-bottom;
}

footer p.home{
	background-color: #0096d6;

	background-image:-webkit-linear-gradient(top, #0096d6, #008ac6);
	background-image:-moz-linear-gradient(top, #0096d6, #008ac6);
	background-image:linear-gradient(top, #0096d6, #008ac6);
}

footer p.home:before{
	background-position: 0 -110px;
}

footer p.services{
	background-color: #00b274;

	background-image:-webkit-linear-gradient(top, #00b274, #00a46b);
	background-image:-moz-linear-gradient(top, #00b274, #00a46b);
	background-image:linear-gradient(top, #00b274, #00a46b);
}

footer p.services:before{
	background-position: 0 -129px;
}

footer p.reachus{
	background-color: #d75ba2;

	background-image:-webkit-linear-gradient(top, #d75ba2, #c75496);
	background-image:-moz-linear-gradient(top, #d75ba2, #c75496);
	background-image:linear-gradient(top, #d75ba2, #c75496);
}

footer p.reachus:before{
	background-position: 0 -89px;
}

footer p.clients{
	background-color: #e9ac40;

	background-image:-webkit-linear-gradient(top, #e9ac40, #d89f3b);
	background-image:-moz-linear-gradient(top, #e9ac40, #d89f3b);
	background-image:linear-gradient(top, #e9ac40, #d89f3b);
}

footer p.clients:before{
	background-position: 0 -69px;
}
              
            
!

JS

              
                
              
            
!
999px

Console