-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
33 lines (28 loc) · 1.49 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-9ndCyUaIbzAi2FUVXJi0CjmCapSmO7SnpJef0486qhLnuZ2cdeRhO02iuK6FUUVM" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
<title>Document</title>
</head>
<body>
<header class="w-100 h-25 bg-secondary rounded-bottom-5 align-items-center d-flex justify-content-center">
<h1 class="h1-header "> با <p class="h1 d-inline text-warning">spide </p>سرعت تایپ خودتون رو افزایش بدین ! </h1>
<img src="keyboard-typing-hand-gesture-7962955-6318355.png" class="me-5">
</header>
<main class="d-flex justify-content-center align-items-center justify-content-evenly">
<div class="timer bg-danger w-25 h-25 rounded-5 d-flex justify-content-center align-items-center ">
<h1 class="timer-text">00 : 00</h1>
</div>
<div class="w-50 h-75 ">
<div class="text-div bg-secondary w-100 h-100 rounded-5 d-flex justify-content-center align-items-center flex-column ">
<h2 class="test-text text-warning mb-5">this is a test text</h2>
<textarea id="area" class="w-75 h-50 p-5 rounded-5" name="" cols="30" rows="10"></textarea>
</div>
</div>
</main>
<script src="index.js"></script>
</body>
</html>