My Project 3: (under progress)
.png)
Lifestyle Store: An online shopping website with a login page, and sign-up page using HTML, CSS, and bootstrap. index.html code: <!DOCTYPE html> <html> <head> <title>Lifestyle Store</title> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="stylesheet" type="text/css" href="index.css"> </head> <body> <div class="header"> <div class="innerheader"> <div class="logo"> <a href=" ">Lifestyle Store</a> ...