Skip to content

Commit

Permalink
Merge pull request #25 from curiouscoder-cmd/patch-4
Browse files Browse the repository at this point in the history
Update index.html
  • Loading branch information
AryanVBW authored Oct 28, 2024
2 parents 73a7fb7 + 04ef399 commit 88d0b87
Showing 1 changed file with 48 additions and 7 deletions.
55 changes: 48 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
!DOCTYPE html>

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
Expand All @@ -13,11 +14,44 @@
padding: 20px;
background: linear-gradient(to right, #00c6ff, #0072ff); /* New gradient background */
color: #333;
text-align: center;
}
h1, h2, h3, h4 {
text-align: center;
color: #2c3e50;
}
h1, h3, h4 {
font-family: 'Poppins', sans-serif; /* Use a modern font */
font-size: 3em; /* Large size for the main heading */
font-weight: 700; /* Bold weight */
color: #ffffff; /* White color */
text-align: center; /* Centered text */
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* Subtle shadow for depth */
margin: 20px 0; /* Space above and below */
}
h2 {
font-family: 'Poppins', sans-serif;
font-size: 2.5em; /* Slightly smaller */
font-weight: 600; /* Medium bold */
color: #f0f0f0; /* Light gray */
margin: 15px 0; /* Space above and below */
}
h3 {
font-family: 'Poppins', sans-serif;
font-size: 2em; /* Smaller than h2 */
font-weight: 500; /* Regular bold */
color: #e0e0e0; /* Even lighter gray */
margin: 10px 0; /* Space above and below */
}
h4 {
font-family: 'Poppins', sans-serif;
font-size: 1.5em; /* Smaller than h3 */
font-weight: 400; /* Regular weight */
color: #e0e0e0; /* Lighter gray */
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
margin: 5px 0; /* Space above and below */
}





p {
text-align: justify;
}
Expand Down Expand Up @@ -73,11 +107,19 @@
gap: 20px;
justify-items: center;
}
.logo-container {
position: relative; /* Position relative to allow absolute positioning of the background */
display: inline-block; /* Make the container fit the content */
padding: 20px; /* Padding inside the box */
background: rgba(255, 255, 255, 0.7); /* White background with 70% opacity */
border-radius: 15px; /* Curved corners */
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* Subtle shadow for depth */
}
</style>
</head>
<body>
<h1>Linux CLI + GUI for Android</h1>
<div class="center">
<div class="center logo-container">
<a href="https://github.com/AryanVBw">
<img src="https://raw.githubusercontent.com/AryanVBW/LinuxDroid/main/LinuxDroid/Banner/IMG_20231220_014524-removebg-preview.png" height="250" alt="LinuxDroid">
</a>
Expand Down Expand Up @@ -356,4 +398,3 @@ <h3>Tap on Arrow👇</h3>
</script>
</body>
</html></a></div>

0 comments on commit 88d0b87

Please sign in to comment.