mirror of
https://github.com/lucaspalomodevelop/Party.git
synced 2026-03-13 00:07:21 +00:00
put buttons in center + fixed height
This commit is contained in:
parent
456072b074
commit
bb684340fc
@ -430,7 +430,7 @@ cursor: pointer;
|
||||
|
||||
#music button {
|
||||
width: 70px;
|
||||
height: 300px;
|
||||
height: 30px;
|
||||
padding: 30px;
|
||||
background-color: #454443;
|
||||
border-radius: 10px;
|
||||
|
||||
@ -191,9 +191,11 @@
|
||||
<!-- Musik -->
|
||||
<article id="music">
|
||||
<h1>Musik</h1>
|
||||
<button id="music-back"></button>
|
||||
<button id="music-play"></button>
|
||||
<button id="music-next"></button>
|
||||
<center>
|
||||
<button id="music-back"></button>
|
||||
<button id="music-play"></button>
|
||||
<button id="music-next"></button>
|
||||
</center>
|
||||
</article>
|
||||
|
||||
<!-- Mate -->
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user