mirror of
https://github.com/10h30/odin-landing-page.git
synced 2026-07-18 06:03:21 +09:00
Add style.css and add basic layout to index.html
This commit is contained in:
+8
-1
@@ -4,8 +4,15 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Landing Page</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<header class="header">Header</header>
|
||||
<div class="main">
|
||||
<div class="hero">Hero</div>
|
||||
<div class="section1">Section 1</div>
|
||||
<div class="section2">Section 2</div>
|
||||
</div>
|
||||
<footer class="footer">Footer</footer>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user