-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
53 lines (50 loc) · 1.37 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE html>
<html lang="en">
<head>
<title>CSS Assignment</title>
<link rel="stylesheet" href="./style.css" />
</head>
<body>
<div class="container">
<div class="leftside">
<div class="welcoming">
<h2>
Welcome y'all. Let's see which question you get. You will have 25
secs at most to answer it. Good luck!
</h2>
>
</div>
</div>
<div class="rightside">
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;1,200&display=swap"
rel="stylesheet"
/>
<div class="music">
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;1,200&display=swap"
rel="stylesheet"
/>
<h2>Music</h2>
</div>
<div class="text">
<div class="welcome-text">
<h2>Welcome To</h2>
<h3>Aks trivia <br />night 2021!!</h3>
<div class="btn">
<button>Get question</button>
</div>
</div>
</div>
<div class="timer">
<h2>Timer : 25s</h2>
</div>
<div class="img-container">
<img src="./image/github.png" alt="github" />
</div>
</div>
</div>
</body>
</html>