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
<!DOCTYPE html>
<html>
<head>
<title> Advertiser </title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<!-- Created by I Am Rochie -->
<!-- Helped by Kenneth🇳🇬Azaka -->
<!-- Device desigining credits : Sofi -->
<!-- 1st ad -->
<br>
<img src="https://img.icons8.com/nolan/2x/music-library.png" class="logo_1">
<h5 class="h5_1"> Soulful Music </h5>
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
/* Created by I Am Rochie
Helped by Kenneth🇳🇬Azaka
Device desigining credits ; Sofi */
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100&display=swap');
body {
background-color: #00203FFF;
margin:0;
}
.h1_1{
font-size:10vw;
color: #ADEFD1FF;
text-align:center ;
font-weight: 100;
font-family: 'Poppins', sans-serif;
}
.h5_1{
font-size:6vw;
margin-left:11vw;
margin-top:-10vw;
font-weight: 600;
Enter to Rename, Shift+Enter to Preview
js
js
1
2
3
4
5
//Nothing special here
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Run