html
html
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html>
<head>
<title>Sololearn</title>
</head>
<body>
<center>
<p>100 milions codes<br/>😱😱😱<br/>congratulations🎉🎉<br/>Sololearn</p>
</center>
</body>
</html>
Enter to Rename, Shift+Enter to Preview
css
css
1
2
3
4
5
6
7
8
9
10
body{
background-image:url("http://33.media.tumblr.com/587f48c6548e640f943b7c8c6e3f40de/tumblr_mz8yzmi1XJ1ru39xmo1_250.gif");
}
p{
font-size:26pt;
color: white;
}
body{
background-color: black;
}
Enter to Rename, Shift+Enter to Preview
js
js
1
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Run