Skip to content
Snippets Groups Projects
Commit 3775d361 authored by junchh's avatar junchh
Browse files

first commit

parents
Branches
No related merge requests found
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="main.css">
</head>
<body>
hello
</body>
</html>
\ No newline at end of file
main.css 0 → 100644
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body, html {
font-family: 'Open Sans', sans-serif;
}
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment