Skip to content

Instantly share code, notes, and snippets.

View emmykolic's full-sized avatar

Emmanuel Okolie emmykolic

View GitHub Profile
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="css/fontawesome/css/all.min.css">
<link rel="stylesheet" href="css/style.css">
<title>3D Car Drive!</title>
</head>
<body onload="done()">
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
min-height: 100vh;
transition: 0.5s;
transition-timing-function: ease-in;