Skip to content

Instantly share code, notes, and snippets.

@siriokun
Created January 25, 2019 03:57
Show Gist options
  • Select an option

  • Save siriokun/a6a32db9195af231f0ac4007f5481e1a to your computer and use it in GitHub Desktop.

Select an option

Save siriokun/a6a32db9195af231f0ac4007f5481e1a to your computer and use it in GitHub Desktop.
Project X
import './style';
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Project X</title>
</head>
<body>
<h1>Project X</h1>
<script src="./app.js"></script>
</body>
</html>
body {
background: linear-gradient(0deg, #00C9FF 0%, #92FE9D 100%);
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
margin: 0;
}
h1 {
display: table-cell;
color: white;
text-shadow: #0006 0 1px 2px;
height: 100vh;
width: 100vw;
text-align: center;
vertical-align: middle;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment