Commit 1d6b6702 authored by Ahmet Adem's avatar Ahmet Adem
Browse files

inital commit

parents
Showing with 27 additions and 0 deletions
+27 -0
index.html 0 → 100644
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="" />
<title>Document</title>
</head>
<body></body>
</html>
# GITLAB PROJECT
style.css 0 → 100644
* {
box-sizing: border-box;
}
body {
margin: 0;
}
h1,
h2,
h3,
h4,
p,
ul {
margin-top: 0;
}
Supports Markdown
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