Posts

Clothekart

<!DOCTYPE html> <html lang="en"> <head>   <meta charset="UTF-8">   <meta name="viewport" content="width=device-width, initial-scale=1">   <title>Chic & Trendy Apparel</title>   <style>     /* Reset some default styles */     * {       margin: 0;       padding: 0;       box-sizing: border-box;     }     body {       font-family: 'Helvetica Neue', Arial, sans-serif;       line-height: 1.6;       color: #333;     }     header {       background-color: #fff;       padding: 20px 40px;       border-bottom: 1px solid #eee;       display: flex;       justify-content: space-between;       align-items: center;     }     header .logo {       font-size: 1.8e...