Skip to content

Commit

Permalink
First commit πŸš€
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasschmedtmann committed Oct 19, 2020
0 parents commit 5ee0886
Show file tree
Hide file tree
Showing 245 changed files with 83,475 additions and 0 deletions.
31 changes: 31 additions & 0 deletions 01-Fundamentals-Part-1/final/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<!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>JavaScript Fundamentals – Part 1</title>
<style>
body {
height: 100vh;
display: flex;
align-items: center;
background: linear-gradient(to top left, #28b487, #7dd56f);
}
h1 {
font-family: sans-serif;
font-size: 50px;
line-height: 1.3;
width: 100%;
padding: 30px;
text-align: center;
color: white;
}
</style>
</head>
<body>
<h1>JavaScript Fundamentals – Part 1</h1>

<script src="script.js"></script>
</body>
</html>
Loading

0 comments on commit 5ee0886

Please sign in to comment.