mirror of
https://github.com/abrendan/MicDropMessages.git
synced 2025-06-16 12:45:01 +02:00
Cleaned code
This commit is contained in:
parent
db7b495194
commit
5bee7db3d1
@ -39,13 +39,14 @@
|
||||
<input id = "ComposedMessage" class="input" type = "text">
|
||||
<input id = "SendMessage" onclick="Send()" value = "Send your message" class="button2" type = "submit">
|
||||
</div>
|
||||
<button id="darkModeToggle" onclick="toggleDarkMode()" class="button">Toggle Dark Mode</button>
|
||||
<p>Made by abrendan. Visit my website for more of my projects.</p>
|
||||
<div id="LinkButtons">
|
||||
<button id="GitHubButton" onclick=" window.open('https://github.com/abrendan/MicDropMessages','_blank')" class="button">GitHub Page for MicDropMessages</button>
|
||||
<button id="WebsiteButton" onclick=" window.open('http://www.abrendan.dev','_blank')" class="button">abrendan.dev</button>
|
||||
<div class = "other">
|
||||
<button id="darkModeToggle" onclick="toggleDarkMode()" class="button">Toggle Dark Mode</button>
|
||||
<p>Made by abrendan. Visit my website for more of my projects.</p>
|
||||
<div id="LinkButtons">
|
||||
<button id="GitHubButton" onclick=" window.open('https://github.com/abrendan/MicDropMessages','_blank')" class="button">GitHub Page for MicDropMessages</button>
|
||||
<button id="WebsiteButton" onclick=" window.open('http://www.abrendan.dev','_blank')" class="button">abrendan.dev</button>
|
||||
</div>
|
||||
</div>
|
||||
<br><br>
|
||||
<p class="version-number">V2.0.1</p>
|
||||
</div>
|
||||
</body>
|
||||
|
@ -27,6 +27,10 @@ input{
|
||||
.Message{
|
||||
color: #000000;
|
||||
}
|
||||
.other {
|
||||
width: 100%; /* Set width */
|
||||
text-align: center; /* Center inline and inline-block elements within */
|
||||
}
|
||||
#Logo{
|
||||
height: 80px;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user