سورس کد Scope Chat - html
HTML , CSS
<!DOCTYPE html>
<html lang="fa" >
<head>
<meta charset="UTF-8">
<title>chat Scope</title>
<style>
body {
background: #368dda;
margin-top:15%;
margin-left:35%;
}
.scope {
position: relative;
font-family: sans-serif;
font-size: 18px;
line-height: 24px...