diff options
author | altaf-creator <dev@altafcreator.com> | 2024-09-22 11:59:30 +0700 |
---|---|---|
committer | altaf-creator <dev@altafcreator.com> | 2024-09-22 11:59:30 +0700 |
commit | 9f5ca17b3bf591587324874d63ae49996d076cd5 (patch) | |
tree | d2ccbb47f884e2d7557f27a948c1a3d95719aeba /index.html | |
parent | ee0a72b463eacfda4134cfd88c93daea7433e0df (diff) |
basic stuff
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 34 |
1 files changed, 23 insertions, 11 deletions
@@ -2,23 +2,35 @@ <html lang="en"> <head> <meta charset="UTF-8"> + <meta http-equiv="X-UA-Compatible" content="IE=edge"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>ECOEASE Exfoliants</title> <link rel="stylesheet" href="/style.css"> </head> <body> - <section> - <div> - <h1>Hello, world!</h1> + <div class="navbar"> + <img src="/assets/images/master.png" alt="" class="navbar-icon"> + <div class="navbar-links"> + <a class="navbar-link" href=""></a> </div> - </section> - <section> + </div> + <div class="main"> + <section> + <div class="banner bento-tile-accent"> + <span class="banner-heading text-accent-brand">asheville</span><br> + <span class="text-accent-brand">Organic Skincare Products</span> + </div> + </section> + <section class="section-text"> + <div class="elipse"></div> + <h1 style="display: flex; justify-content: center;"><span style="max-width: 750px; display: block;"><b class="text-accent-brand">Sustainable</b> and <b class="text-accent-brand">organic</b> skincare products that helps your skin.</span></h1> + </section> + <section> - </section> - <section> + </section> + <section> - </section> - <section> - - </section> + </section> + </div> </body> </html> |