Skip to content

Instantly share code, notes, and snippets.

@yahyaerturan
Created November 12, 2016 19:35
Show Gist options
  • Save yahyaerturan/12d158e311c408ccfc195d7c632b02fc to your computer and use it in GitHub Desktop.
Save yahyaerturan/12d158e311c408ccfc195d7c632b02fc to your computer and use it in GitHub Desktop.
Centered Vayes Logo for empty hosts
<!doctype html>
<html lang="tr">
<head>
<meta charset="utf-8">
<title>Vayes Web Yazılım</title>
<meta name="description" content="Vayes Web Yazılım - Web Tasarım">
<meta name="author" content="Vayes">
<style type="text/css">.item,.wrapper{width:100%;height:100%}.wrapper{position:absolute;background:#fff;top:0;left:0;bottom:0;right:0;overflow-y:hidden;overflow-x:hidden}.item{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center}</style>
<!--[if lt IE 9]>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<div class="item"><img src="http://packathon.org/wp-content/uploads/2015/12/vayes-logo-300dpi_optimized-300x178.jpg"></div>
</div>
<!--script src="js/scripts.js"></script-->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment