Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
burnt-exe authored Jan 7, 2025
1 parent 2628ef2 commit 2668422
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions llshw/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="Raydo Matthee">
<title>Premium Glass Honey Jar Supply Project</title>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" rel="stylesheet">
<style>
body {
font-family: Arial, sans-serif;
font-family: 'Roboto', Arial, sans-serif;
margin: 20px;
padding: 0;
background-color: #f8f9fa;
Expand Down Expand Up @@ -36,7 +37,7 @@
.header, .footer {
text-align: center;
padding: 10px;
background-color: #0056b3;
background: linear-gradient(to right, #0056b3, #007bff);
color: #fff;
border-radius: 8px;
}
Expand Down Expand Up @@ -70,7 +71,7 @@
}

table, th, td {
border: 1px solid #ddd;
border: 1px solid #ccc;
}

th, td {
Expand All @@ -94,6 +95,18 @@
margin-top: 30px;
text-align: right;
}

@media (max-width: 600px) {
.container {
padding: 10px;
}
h1 {
font-size: 20px;
}
th, td {
padding: 5px;
}
}
</style>
</head>
<body>
Expand Down

0 comments on commit 2668422

Please sign in to comment.