<html></html>
<head></head>
<body></body>
1 В начале сотворил Бог небо и землю.
2 Земля же была безвидна и пуста, и тьма над бездною, и Дух Божий носился над водою.
3 И сказал Бог: да будет свет. И стал свет.
4 И увидел Бог свет, что он хорош, и отделил Бог свет от тьмы.
5 И назвал Бог свет днем, а тьму ночью. И был вечер, и было утро: день один.
<html>
<head>
<style>
</style>
</head>
<body></body>
</html>
<html>
<head>
<style>
* {
word-wrap: break-word;
margin: 0px;
padding: 0px;
}
html, body{
width: 100%;
height: 100%;
margin:0;
padding:0;
}
body {
position: fixed;
background: linear-gradient(top, #418ac7 0%, #fafeff 100%);
background: -moz-linear-gradient(top, #418ac7 0%, #fafeff 100%);
background: -o-linear-gradient(top, #418ac7 0%, #fafeff 100%);
background: -ms-linear-gradient(top, #418ac7 0%, #fafeff 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#418ac7), color-stop(100%,#fafeff));
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#418ac7), to(#fafeff));
background: -webkit-linear-gradient(top, #418ac7 0%, #fafeff 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#418ac7', endColorstr='#fafeff');
}
</style>
</head>
<body></body>
</html>
body {
background: #635328 url('http://img.urodaizdrowie.pl/wp-content/uploads/2013/03/globe.jpg') fixed top center no-repeat;
-o-background-size: 100% 100%;
-webkit-background-size: 100% 100%;
-khtml-background-size: 100% 100%;
-moz-background-size: 100% 100%;
background-size: 100% 100%;
}
p {
color: white;
text-shadow: 0 0 2px #000;
}
<style>
#on {display:none;}
@media screen and (max-width: 640px) {
#box {display:none;}
#on {display:block;}
}
</style>
<a href="#" id="on" onclick="openbox('box'); return false">menu</a>
<div id="box">
<ul>
<li><a>123</li>
<li><a>123</li>
<li><a>123</li>
</ul>
</div>
<script type="text/javascript">
function openbox(id){
display = document.getElementById(id).style.display;
if(display=='none'){
document.getElementById(id).style.display='block';
}else{
document.getElementById(id).style.display='none';
}
}
</script>
<a href="#feedback" onclick="javascript: loadFrame('/create/')" title="Кнопка регистрации"><button>Создать аккаунт</button></a>
<script type="text/javascript">
function loadFrame(url) {
var container = document.getElementById("my");
if ((container)&&(typeof(container))!==undefined) {
container.innerHTML = '<iframe src=' + url + ' width="800px" height="526" frameborder="no" scrolling-x="yes">'+'</iframe>';
}
}
</script>
<!-- Модальное окно -->
<a name="#x" class="wincase" id="feedback"></a>
<div class="modal">
<div border="0" scrolling="no" width="100%" height="526px" id="my"></div>
<a class="close" title="Закрыть" href="" onclick="document.location.reload()"></a>
</div>
.wincase {
background-color: rgba(0, 0, 0, 0.7);
bottom: 0;
cursor: default;
left: 0;
opacity: 0;
position: fixed;
right: 0;
top: 0;
visibility: hidden;
z-index: 11;
-webkit-transition: opacity .5s;
-moz-transition: opacity .5s;
-ms-transition: opacity .5s;
-o-transition: opacity .5s;
transition: opacity .5s;
}
.wincase:target {
visibility: visible;
opacity: 1;
}
.modal {
background-color: #fff;
border: 3px solid #fff;
display: inline-block;
left: 50%;
opacity: 0;
padding: 10px;
position: fixed;
text-align: justify;
font: 14px Helvetica, Arial, Sans-Serif;
top: 40%;
visibility: hidden;
z-index: 100;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
border-radius: 10px;
-webkit-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
-moz-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
-ms-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
-o-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
-webkit-transition: opacity .5s, top .5s;
-moz-transition: opacity .5s, top .5s;
-ms-transition: opacity .5s, top .5s;
-o-transition: opacity .5s, top .5s;
transition: opacity .5s, top .5s;
}
.wincase:target+.modal {
top: 50%;
opacity: 1;
visibility: visible;
}
.close {
background-color: rgba(0, 0, 0, 0.8);
border: 2px solid #ccc;
height: 24px;
line-height: 24px;
position: absolute;
right: -13px;
font-weight: bold;
text-align: center;
text-decoration: none;
top: -15px;
width: 24px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
-ms-border-radius: 15px;
-o-border-radius: 15px;
border-radius: 15px;
-moz-box-shadow: 1px 1px 3px #000;
-webkit-box-shadow: 1px 1px 3px #000;
box-shadow: 1px 1px 3px #000;
}
.close:before {
color: rgba(255, 255, 255, 0.9);
content: "X";
font-size: 14px;
text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
}
.close:hover {
background-color: rgba(64, 128, 128, 0.8);
}
.modal p, .modal div {
margin-bottom: 10px;
}
<object type="text/html" data="ссылка" width="100%" height="700">
<PARAME name=scrolling value=auto>
<PARAME name=frameborder value=0>
</object>