-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
42 lines (36 loc) · 985 Bytes
/
index.html
File metadata and controls
42 lines (36 loc) · 985 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
36
37
38
39
40
41
42
<!DOCTYPE html>
<!-- saved from url=(0049)file:///C:/Users/aimen/Desktop/multi/gameweb.html -->
<html dir="rtl" lang="ar" chrome-refresh-2023="" class="focus-outline-visible" lazy-loaded="true"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<style>
.c1{
background-color:blue;
width: 200px;
height: 200px;
margin-left: 10px;
margin-top: 10px;
margin-right: 10px;
margin-bottom: 10px;
float: left;
padding-top: 10px;
padding-left: 0px;
padding-right: 20px;
padding-bottom: 10px;
}
img{
width: 180px;
height: 180px;
}
label{align: center;}
</style>
</head>
<body style="background-color: rgb(202 215 221);align-items: center;">
<div class="c1">
<img><br><label>hhhhh</label>
</div>
<div class="c1">
<img><br><label>hhhhh</label>
</div><div class="c1">
<img><br><label>hhhhh</label>
</div><div class="c1">
<img><br><label>hhhhh</label>
</div></body></html>