Sign up into Dansive Studios

by Daniel Hall

HTML

<h1 style="font-size:4.4em; text-align: center; color: LightBlue; font-family: Comic Sans MS;">
Dansive Studios
</h1>
<input style="font-size: 1.2em; text-align: center; width: 40%; background-color: yellow; position: absolute; color: DarkPurple; top: 45%; left: 30%;" type="text" name="password" placeholder="Password">
<input style="font-size: 1.2em; text-align: center; width: 40%; background-color: yellow; position: absolute; color: DarkPurple; top: 40%; left: 30%;" type="text" name="firstname" placeholder="Username or email">
<form action="https://jsfiddle.net/danielrobert/xLqatn3e/" target="_fill">
<button id="Log" onclick="alert('Are sure to save your username or email and password')" style="background-color: red; font-family: Comic Sans MS; font-size: 1.5em;">
Log
</button>
</form>

CSS

body {
   background-color: Black;
}
#Log {
    position: absolute;
    top: 51%;
    left: 47%;
}