Rename readme.md to index.html - #79
Open
e77ee6eyidci-glitch wants to merge 1 commit into
Open
e77ee6eyidci-glitch wants to merge 1 commit into
e77ee6eyidci-glitch wants to merge 1 commit into
Conversation
Author
<title>MD Abdullah - Background Music</title>
<style>
*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:Arial,"Noto Sans Bengali",sans-serif;
}
body{
min-height:100vh;
background:
radial-gradient(circle at top,#17243a 0,#080b12 45%,#050609 100%);
color:white;
}
header{
height:70px;
padding:0 7%;
display:flex;
align-items:center;
justify-content:space-between;
background:rgba(7,10,17,.88);
border-bottom:1px solid #273244;
backdrop-filter:blur(12px);
}
.logo{
font-size:25px;
font-weight:900;
}
.logo span{
color:#00e5ff;
}
.public{
padding:8px 13px;
border-radius:20px;
background:#102d32;
color:#00e5ff;
font-size:13px;
}
.hero{
text-align:center;
padding:70px 18px 35px;
}
.hero .music{
font-size:60px;
margin-bottom:15px;
}
.hero h1{
font-size:43px;
margin-bottom:12px;
}
.hero h1 span{
color:#00e5ff;
}
.hero p{
max-width:650px;
margin:auto;
color:#9faaba;
line-height:1.7;
}
.box{
width:92%;
max-width:700px;
margin:20px auto 70px;
background:rgba(15,21,32,.96);
border:1px solid #293548;
border-radius:25px;
padding:28px;
box-shadow:0 20px 70px rgba(0,0,0,.4);
}
.title{
text-align:center;
font-size:21px;
margin-bottom:22px;
}
.title span{
color:#00e5ff;
}
.input-area{
display:flex;
gap:10px;
background:#080d15;
padding:7px;
border:1px solid #2a3545;
border-radius:15px;
}
input{
width:100%;
background:transparent;
color:white;
border:0;
outline:0;
padding:15px;
font-size:15px;
}
input::placeholder{
color:#6e7888;
}
.paste{
background:#252f3d;
color:white;
border:0;
padding:0 18px;
border-radius:10px;
cursor:pointer;
font-weight:bold;
}
.paste:hover{
background:#344154;
}
.platforms{
display:flex;
justify-content:center;
gap:10px;
margin:20px 0;
flex-wrap:wrap;
}
.platform{
padding:8px 13px;
border:1px solid #303b4d;
border-radius:20px;
color:#9ea8b7;
font-size:12px;
}
.download{
width:100%;
padding:16px;
border:0;
border-radius:14px;
background:#00e5ff;
color:#001014;
font-size:16px;
font-weight:900;
cursor:pointer;
margin-top:10px;
}
.download:hover{
filter:brightness(1.1);
}
.download:disabled{
opacity:.45;
cursor:not-allowed;
}
.status{
display:none;
text-align:center;
margin-top:20px;
padding:15px;
border-radius:13px;
background:#0b121c;
color:#aeb9c7;
line-height:1.6;
}
.result{
display:none;
margin-top:20px;
padding:18px;
border-radius:15px;
border:1px solid #283547;
background:#090f18;
text-align:center;
}
.result h3{
color:#00e5ff;
margin-bottom:12px;
}
.audio{
width:100%;
margin:10px 0;
}
.small{
margin-top:18px;
text-align:center;
color:#667284;
font-size:12px;
line-height:1.6;
}
footer{
text-align:center;
padding:25px;
border-top:1px solid #202a38;
color:#697384;
font-size:13px;
}
@media(max-width:600px){
header{
padding:0 5%;
}
.hero{
padding-top:45px;
}
.hero h1{
font-size:32px;
}
.box{
padding:19px;
}
.input-area{
flex-direction:column;
padding:6px;
}
.paste{
padding:12px;
}
}
</style>
|
Contributor
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hapi