Skip to content

Commit

Permalink
Merge pull request #22 from curiouscoder-cmd/patch-2
Browse files Browse the repository at this point in the history
Update index.html
  • Loading branch information
AryanVBW authored Oct 25, 2024
2 parents 2ed1f4b + 432caba commit 9a95a7e
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
<!DOCTYPE html>
!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>LinuxDroid</title>
<style>
body {
font-family: Arial, sans-serif;
line-height: 1.6;
max-width: 800px;
margin: 0 auto;
padding: 20px;
background-color: #f4f4f4;
color: #333;
}
font-family: Arial, sans-serif;
line-height: 1.6;
max-width: 800px;
margin: 0 auto;
padding: 20px;
background: linear-gradient(to right, #00c6ff, #0072ff); /* New gradient background */
color: #333;
}
h1, h2, h3, h4 {
text-align: center;
color: #2c3e50;
Expand Down Expand Up @@ -356,3 +356,4 @@ <h3>Tap on Arrow👇</h3>
</script>
</body>
</html></a></div>

0 comments on commit 9a95a7e

Please sign in to comment.