This commit is contained in:
2026-01-11 09:05:38 -04:00
parent acf861ca42
commit 55cb23ebbd
7 changed files with 5 additions and 0 deletions

20
assets/style/argon.min.css vendored Normal file

File diff suppressed because one or more lines are too long

30
assets/style/home.css Normal file
View File

@@ -0,0 +1,30 @@
.volumeSound{
position: absolute;
transform: rotate(270deg);
width: 25%;
right: -20px;
top: -15px;
}
.cursor-pointer{
cursor: pointer;
transition: .2s;
}
.cursor-pointer:hover{
transform: scale(1.1);
}
.btn-description{
color: white;
border-radius: 12px;
border: none;
font-size: 10px;
}
.music{
color: white;
padding: 10px;
border: 1px rgba(255, 255, 255, 0.247) solid;
border-radius: 10px;
}

14
assets/style/style.css Normal file
View File

@@ -0,0 +1,14 @@
html, body, .body{
width: 100%;
height: 100%;
margin: 0%;
padding: 0%;
font-family: Verdana, Geneva, Tahoma, sans-serif;
background-color: #212529;
user-select: none;
}
.center{
display: flex;
align-items: center;
}