-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (25 loc) · 808 Bytes
/
index.html
File metadata and controls
35 lines (25 loc) · 808 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
35
<html>
<head>
<title>android</title>
<link rel="stylesheet" type="text/css" href="android.css">
</head>
<link rel="stylesheet" href="./style.css">
<body>
<div class="main">
<h1>MY ANDROID</h1>
<div class="main" style="display: flex;justify-content: center;">
<div class="half-circle "></div>
<div class="circle1"></div>
<div class="circle2"></div>
<div class="antena1"></div>
<div class="antena2"></div>
<div class="middle"></div>
<div class="leg"></div>
<div class="leg2"></div>
<div class="hand"></div>
<div class="text">ANDROID</div>
<div class="hand2"></div>
</div>
</div>
</body>
</html>