-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.html
More file actions
77 lines (51 loc) · 1.43 KB
/
main.html
File metadata and controls
77 lines (51 loc) · 1.43 KB
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
66
67
68
69
70
71
72
73
74
75
76
77
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>IMPERAVI</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<nav>
<div id="menu_left">
<a href="#">REDACTOR</a>
<a href="#">KUBE</a>
</div>
<div id="title">IMPERAVI</div>
<div id="menu_right">
<a href="#">BLOG</a>
<a href="#">COMPANY</a>
<a href="#">ACCOUNT</a>
</div>
</nav>
<div id="menu_center">
<a href="#">DOWNLOAD</a>
<a href="#">COMPONENTS</a>
<a href="#">UPDATES</a>
</div>
<div id="Download_content">
<h1>Kube CSS Framework</h1>
<p>Introducing new Kube, evolution of CSS framework
for professional designers and developers</p>
<button> Download Kube</button>
<p>Version 5.0 from October 11, 2015, zip-archive</p>
<p>Old Kube Documentation</p>
</div>
<div id="object">
<div id="t1">
<img src="Icon1.png" alt="">
<h2>Horizontal rhythm</h2>
</div>
<div id="t2">
<img src="Icon2.png" alt="">
<h2>Beautiful typography</h2>
</div>
<div id="t3">
<img src="Icon3.png" alt="">
<h2>Flexbox Grid</h2>
</div>
</div>
</body>
</html>