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
<!-- Modified by Farhan -->
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title> Chat Section Blog</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<h1>✯ Beginners Guide for programming in SOLOLEARN ✯</h1>
<div class="a">
<div class="container">
<img class="id" src="https://i.ibb.co/7VH61S7/img-caring-for-a-himalayan-cat-1043-600.jpg" alt="" width="50px">
<p>Hi Farhan ! Iam Newbie.
<br>Since how long you are here in sololearn ? </p>
<span class="time-right">9:00 am</span>
</div>
</div>
<img class="logo" src="https://i.ibb.co/LPkHNB1/imgbin-sololearn-java-computer-programming-android-android-w9-H0u-Gxrs-Yn-S5c-YWwgg-Py-M92x-1.jpg">
<div class="container1">
<img class="id2" src="https://api.sololearn.com/Uploads/Avatars/6731897.jpg" alt="" width="50px" alt="" class="right">
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
/* Modfied by Farhan */
@import url('https://fonts.googleapis.com/css?family=Almendra+SC');
@import url('https://fonts.googleapis.com/css?family=Luna');
h1{
background-color: rgb(246, 15, 177);
box-shadow:0 0 40px white;
width:100%;
top:-2.5%;
left:-1%;
border-radius:5px;
text-align:center;
color: #E0FFFF;
height:67px;
font-size:27px;
position:fixed;
font-family:Almendra SC;
}
.logo{
position:fixed ;
top:7.2%;
height:25px;
width:25px;
border:2px solid crimson;
left:20%;
background-color:transparent;
border-radius:50%;
}
Enter to Rename, Shift+Enter to Preview
js
js
1
2
3
// Modified by Farhan 🌟
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Run