Update index.html

This commit is contained in:
hossein s. borhani 2022-07-23 19:20:26 +04:30 committed by GitHub
parent 54aaad73d8
commit 448ed65739
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,8 +8,7 @@
<script src="https://raw.githubusercontent.com/junguler/m3u-radio-music-playlists/main/m3u-player.js" defer="defer"></script>
<style>
body {background: #222; padding: 2% 10%; margin: auto;}
p {color: #ccc;}
body {background: #222; padding: 2% 10%; margin: auto;color: #ccc;}
.grid { display: grid; grid-template-columns: repeat(4, 360px);}
audio {padding: 6px 0%;}
</style>