change style agian
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
background: #111;
|
background: #ddbd1c;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
}
|
}
|
||||||
@@ -54,7 +54,16 @@
|
|||||||
|
|
||||||
<body>
|
<body>
|
||||||
<!-- Replace play.png with any PNG/SVG/JPG in your html folder -->
|
<!-- Replace play.png with any PNG/SVG/JPG in your html folder -->
|
||||||
<h1 style="">mindboost - media server</h1>
|
<h1
|
||||||
|
style="
|
||||||
|
position: fixed;
|
||||||
|
width: max-content;
|
||||||
|
font-family: Poppins, Helvetica, sans-serif;
|
||||||
|
font-size: 1rem;
|
||||||
|
"
|
||||||
|
>
|
||||||
|
mindboost - media server
|
||||||
|
</h1>
|
||||||
<img id="soundBtn" src="fasting.png" alt="Fasting" />
|
<img id="soundBtn" src="fasting.png" alt="Fasting" />
|
||||||
<div
|
<div
|
||||||
style="
|
style="
|
||||||
|
Reference in New Issue
Block a user