Skip to content

Instantly share code, notes, and snippets.

View jussc's full-sized avatar

Justin Choi jussc

View GitHub Profile
* { box-sizing: border-box; }
.container {
width: 80%;
margin: 0 auto;
}
.header h1 {
text-align: center;
}
<!doctype html>
<!-- always begin this way-->
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport content="width=device-width, initial-scale=1">
<title>About
</title>