Skip to content

Commit

Permalink
Updated Buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
STORM-MCCTC committed Aug 29, 2024
1 parent d26d84b commit a6ae8a8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
10 changes: 6 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,14 @@ <h1>Epic and Cool Website!</h1>
<br>
<button onclick="location.href='https://www.twitch.tv/storm_vtuber'" type="button"> Twitch - @STORM_VTUBER</button>
<br>
<button onclick="location.href='twitter.com/'" type="button"> Twitter (not linked at the moment) </button>
<button onclick="location.href='twitter.com/'" type="button"> Twitter - @STORM_VTUBER </button>
<br>
<button onclick="location.href='https://www.youtube.com/@STORM_VTUBER'" type="button"> Youtube </button>
<button onclick="location.href='twitter.com/'" type="button"> Twitter - Silly Account :3</button>
<br>
<button onclick="location.href='https://discord.gg/wq2P2thvpr'" type="button"> Discord </button>
<button onclick="location.href='https://www.youtube.com/@STORM_VTUBER'" type="button"> Youtube - @STORM_VTUBER </button>
<br>
<button onclick="location.href='https://github.com/STORM-MCCTC'" type="button"> Github STORM-MCCTC</button>
<button onclick="location.href='https://discord.gg/wq2P2thvpr'" type="button"> Discord - Discord City </button>
<br>
<button onclick="location.href='https://github.com/STORM-MCCTC'" type="button"> Github - STORM-MCCTC</button>
</body>
</html>
6 changes: 3 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ html {
background: rgb(2,0,36);
background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(128,0,209,1) 50%, rgba(199,0,255,1) 100%);
color: white;
height: 100%;
height: 1080px;
text-align: center;
}

Expand All @@ -17,9 +17,9 @@ button {
border-color: white;
color: white;
width: 300px;
height: 100px;
height: 80px;
border-radius: 10px;
font-size: 2rem;
font-size: 1rem;
font-weight: bold;
margin-top: 10px;
margin-bottom: 10px;
Expand Down

0 comments on commit a6ae8a8

Please sign in to comment.