-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathritwik_conclusion.html
43 lines (38 loc) · 1.14 KB
/
ritwik_conclusion.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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Qwitcher+Grypen:wght@400;700&display=swap" rel="stylesheet">
<title>RITWIK CONCLUSION</title>
</head>
<body>
<div class="con"><img src="ritwik-removebg-preview (1).png">
<p> "Do the best you can until you know better. Then you know better , do better " <br>-Ritwik Raj</p></div>
</body>
<style>
body{
background-color: black;
}
.con>img{
border-radius: 50%;
float: left;
}
.con p {
color: white;
padding-left: 450px;
padding-right: 50px;
padding-top: 50px;
text-align: center;
font-family: "Qwitcher Grypen", cursive;
font-weight: 400;
font-style: normal;
font-size: 3em;}
.con{
padding-top: 200px;
padding-left: 50px;
}
</style>
</html>