Skip to content

Commit a181864

Browse files
Update index.html
1 parent 8f5539c commit a181864

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

index.html

+26
Original file line numberDiff line numberDiff line change
@@ -1 +1,27 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>Fekra! Remove Virtual Assistance</title>
7+
<link href="https://fonts.googleapis.com/css2?family=Cairo:wght@400;700&display=swap" rel="stylesheet">
8+
<style>
9+
body {
10+
display: flex;
11+
justify-content: center;
12+
align-items: center;
13+
height: 100vh;
14+
margin: 0;
15+
font-family: 'Cairo', sans-serif;
16+
flex-direction: column;
17+
background: rgba(244, 225, 188, 0.8) url('media/back.jpg') center center no-repeat;
18+
background-size: cover;
19+
position: relative;
20+
}
121

22+
</style>
23+
</head>
24+
<body>
25+
26+
</body>
27+
</html>

0 commit comments

Comments
 (0)