-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathUntitled-5.html
More file actions
20 lines (20 loc) · 1.06 KB
/
Copy pathUntitled-5.html
File metadata and controls
20 lines (20 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
</head>
<body>
<div style='position: relative'>
<div style='position: absolute; left: 0; top: 0; width: 300px'>
Есть 17 официальных правил игры, каждое из которых содержит список оговорок и руководящих принципов. Эти правила предназначены для применения на всех уровнях футбола, хотя есть некоторые изменения для таких групп, как юниоры, взрослые, женщины и люди с ограниченными физическими возможностями.
</div>
<div style='position: absolute; left: 0; top: 0; width: 300px; border: solid red 1px'>
<img src='images/ball3.png'>
<h1>МЯЧ</h1>
</div>
</div>
</body>
</html>