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>Minecraft</title>
<script
src="https://kit.fontawesome.com/cbcc2cb107.js"
crossorigin="anonymous"></script>
</head>
<body>
<div class="pipi">
<div class="mimo">
<a href="https://imgbb.com/"><img src="https://i.ibb.co/FWrW9wm/avjal33hpqo61.png" alt="avjal33hpqo61" border="0" height="90px" width="90px" style="border-radius:20px;"></a><br /><a target='_blank' href='https://usefulwebtool.com/'> </a><br />
</div>
<div class="mimi">
<h2>Minecraft</h2>
<h5>Mojang</h5>
<h6>In-app purchases</h6>
</div>
</div>
<div class="riot">
<div class="icon1">
<h4>4.5<i class="fa-solid fa-star"></i></h4>
<h6>3M reveiw
<i class="fa-solid fa-circle-info"></i></h6>
</div>
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
*{
margin:0;
padding:0;
}
body{
background-color:#121214;
}
.pipi{
display:flex;
}
.mimo{
margin-top:20px;
margin-bottom:2px;
margin-left:15px;
margin-right:20px;
}
.mimi{
margin-top:25px;
}
.mimi h2{
color:white;
margin-bottom:4px;
}
.mimi h5{
color:#ABCAE9;
margin-bottom:2px;
}
.mimi h6{
Enter to Rename, Shift+Enter to Preview
js
js
1
alert("hii guys this is my first webpage on sololearn I hope you would like it.")
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Run