Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update index.html #24

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 21 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,17 @@
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, h2, h3, h4 {
text-align: center;
color: white; /* Base color */
text-shadow:
1px 1px 0px black,
2px 2px 0px black,
3px 3px 0px black,
4px 4px 0px black; /* Creates the outline effect */
}
p {
text-align: justify;
}
Expand Down Expand Up @@ -73,11 +80,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 +371,3 @@ <h3>Tap on Arrow👇</h3>
</script>
</body>
</html></a></div>