-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
34 lines (32 loc) · 991 Bytes
/
index.html
File metadata and controls
34 lines (32 loc) · 991 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>self interview</title>
<style>
h1{
text-align: center;
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
font-size: 60px;
background-color: aquamarine;
}
</style>
</head>
<body>
<header>
</header>
<main>
<h1>Class 1 Lab</h1>
<article>
<p style="background-color: azure;font-size: 40px;text-align: center;">your name please?</p>
<p style="background-color: cyan;font-size: 35px;text-align: center;">what is your age?</p>
<p style="background-color: darkcyan;font-size: 30px;text-align: center;">current home?</p>
<p style="background-color: forestgreen;font-size: 25px;text-align: center;">Marital status?</p>
<p style="background-color:gold ; font-size: 20px;text-align: center;">your education please?</p>
</article>
</main>
<footer>
© all right for qusai alqaisi
</footer>
<script src="app.js"></script>
</body>
</html>