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> Chat Section</title>
</head>
<body>
<h1>✯ Beginners Guide ✯ 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 Farhanaz ! 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/12155759.jpg" alt="" width="50px" alt="" class="right">
<p>Hi there ! I'm here since 1year or even more. How may I assist you??</p>
<span class="time-left">9:15am</span>
</div>
<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>I'm New here in sololearn . What are the terms & conditions of Sololearn Apk ??</p>
<span class="time-right">9:15 am</span>
</div>
<div class="container1">
<img class="id2" src="https://api.sololearn.com/Uploads/Avatars/12155759.jpg" alt="" class="right" width="50px">
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
@import url('https://fonts.googleapis.com/css?family=Almendra+SC');
@import url('https://fonts.googleapis.com/css?family=Luna');
h1{
background-color: crimson;
box-shadow:0 0 40px white;
width:100%;
top:-3.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%;
}
body{
background-color: #262626;
Enter to Rename, Shift+Enter to Preview
js
js
1
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Run