html
html
1
2
3
4
5
6
7
8
9
10
11
12
13
<!-- Created by Black Bird-->
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
<link rel="stylesheet"href="style.css"></link>
</head>
<body>
<h1>follow me </h1>
</body>
</html>
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
/* Created by Black Bird */
*{
margin:0;
padding:0;
}
h1{
font-family:sans-serif ;
text-align:center ;
margin-top:150px;
font-weight:5500px;
font-size:100px;
color:transparent ;
background-image:url("https://media.giphy.com/media/KVZWZQoS0yqfIiTAKq/giphy.gif");
background-position:center ;
-webkit-background-clip:text;
}
Enter to Rename, Shift+Enter to Preview
js
js
1
2
3
4
// Created by Black Bird
alert("give upvote")
alert("thank u 😊😊")
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Run