-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
65 lines (49 loc) · 1.4 KB
/
index.html
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ufo</title>
<link rel = "stylesheet" href="./css/main.css">
</head>
<body>
<main>
<div>
<h1>404</h1>
<p>Page not found</p>
<a href="#">Go home</a>
</div>
<img src="./img/ufo.jpg" alt="Ufo lekste kuri vagia daiktus">
<main>
</body>
</html>
<!--
Stiliaus savybes rasymo sablonas:
pavadinimas: reiksme;
pavadinimas-is-keturiu-daliu: reiksme1 reiksme2 reiksme3;
background-color: yellow;
width: 50%;
margin: 10%; atstumas iki kitu elementu visomis kryptimis
margin-top: 10%;
margin-right: 10%;
margin-bottom: 10%;
margin-left: 10%;
padding: 10%;
padding-top: 10%;
padding-right: 10%;
padding-bottom: 10%;
padding-left: 10%;
float: left; priverstinis elemento stumimas horizontaliai
float: right;
display: block; deliojasi is virsaus i apacia ir uzima maksimaliai vietos horizontaliai
display: inline; deliojasi kaip tekstas, <a>, <span>
display: none; neatvaizduojamas elementas
display: inline-block; deliojasi horizontaliai, bet stengiasi nevirsyti tevo plocio
font-size: 20px;
font-weight: bold;
font-style: italic;
font-family: Arial;
color: red;
text-decoration: underline;
text-decoration: none;
-->