Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
sudo-self authored Nov 28, 2024
1 parent 5fafe4b commit e5aba88
Showing 1 changed file with 19 additions and 9 deletions.
28 changes: 19 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,23 +45,23 @@
color: #f0f0f0;
padding: 20px;
text-align: center;
position: relative;
}
pre {
background: #282c34;
padding: 10px;
border-radius: 5px;
overflow-x: auto;
white-space: pre-wrap;
max-width: 60%;
overflow-x: auto;
white-space: nowrap;
max-width: 100%;
margin: 0 auto;
word-wrap: break-word;
word-wrap: normal;
}
code {
background: #1e1e2f;
padding: 5px 10px;
border-radius: 3px;
color: #4caf50;
font-size: 14px;
}
button {
margin-top: 10px;
Expand Down Expand Up @@ -114,9 +114,19 @@
footer a:hover {
text-decoration: underline;
}
</style>

<script async defer src="https://buttons.github.io/buttons.js"></script>
/* Responsive Design for Mobile */
@media (max-width: 600px) {
pre {
max-width: 95%;
font-size: 14px;
}
button {
width: 90%;
font-size: 16px;
}
}
</style>
</head>
<body>
<a
Expand All @@ -135,10 +145,10 @@ <h1>YT Ringtones</h1>
</pre>
<button onclick="copyCommand()">install</button>


<video id="thankYouVideo" src="1.mp4" autoplay loop muted></video>


<footer>
<p>
For more info, visit
Expand Down

0 comments on commit e5aba88

Please sign in to comment.