Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add files via upload
  • Loading branch information
tjb17003 committed Feb 17, 2020
1 parent 55dc915 commit 1aafaa7
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
14 changes: 14 additions & 0 deletions week4/index.html
@@ -0,0 +1,14 @@
<!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>Layout2</title>
<link rel="stylesheet" href="main.css">
<body>
<div>
<p>Welcome</p>
</div>
</body>
</html>
11 changes: 11 additions & 0 deletions week4/main.css
@@ -0,0 +1,11 @@
div{
background-color: blue;
color: white;
font-size: 40px;
height: 100vh;
width: 100vw;
display: flex;
align-items: center;
justify-content: center;
}

0 comments on commit 1aafaa7

Please sign in to comment.