html
html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!-- Code by Arrchith-->
<!DOCTYPE html>
<html>
<head>
<title>Login</title>
</head>
<body>
<h1 style = color:red>Member of NASA<h3>
</button>
<form>
<img id="account" src="https://cdn-icons-png.flaticon.com/128/149/149071.png">
<input id="hi" type="text"placeholder="Name">
<input id="hi2" type="password" placeholder="ID">
<center>
<hr>
<input type = submit size = 1000px></center>
<hr>
Enter to Rename, Shift+Enter to Preview
css
css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
/* Code by Arrchith*/
#s{
background-color: red;
}
#account{
width:4rem;
position:absolute ;
top:6rem;
left:10rem;
}
#button{
position:absolute ;
top:1%;
left:1%;
}
body{
background-image:url(https://cdn.mos.cms.futurecdn.net/4MLyNZ66GSMUp7z49Q8k3K.jpg);
background-repeat: no-repeat;
background-attachment:fixed;
background-size: cover;
}
h2{
font-size:0.8rem;
position:absolute ;
top:22.5rem;
Enter to Rename, Shift+Enter to Preview
js
js
1
2
3
4
// Code by Arrchith
alert ("You can hypothetically be a NASA member in this code");
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Run