Skip to content

Instantly share code, notes, and snippets.

View ademsas's full-sized avatar

Tish Demsas ademsas

View GitHub Profile
* { box-sizing: border-box; }
.body {
background-image: url("../img/pitch.jpg");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.container {
width: 80%;
@ademsas
ademsas / index.html
Created January 26, 2016 15:25
Main Page
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>Welcome</title>
@ademsas
ademsas / about.html
Created January 26, 2016 06:52
About Me
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>About Me</title>
<!--[if lt IE 9]>
<script src="dist/html5shiv.js"></script>
<![endif]-->
</head>