-
Notifications
You must be signed in to change notification settings - Fork 0
/
home.html
79 lines (77 loc) · 3.56 KB
/
home.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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<!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>Home Page</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<section >
<div class="main_h">
<h1>HOME</h1>
<h4>Page</h4>
</div>
<div class="row">
<div class="home-col">
<img src="gallery-img1.jpg">
</div>
<div class="home-col">
<img src="gallery-img2.jpg">
</div>
<div class="home-col">
<img src="gallery-img3.jpg">
</div>
</div>
<div class="row_1">
<div class="home-colu">
<img src="gallery-img4.jpg">
</div>
<div class="home-colu">
<img src="gallery-img5.jpg">
</div>
<div class="home-colu">
<img src="gallery-img6.jpg">
</div>
</div>
<div class="row_2">
<div class="colum_1-home">
<h1>HELLO!</h1>
</div>
<div class="colum_2-home">
<p><b>When you know</b> the basic home designingprinciples you can transform any space to look
fabulous. You know what it feels like when you walk into a well designed room. You
can sense how everything feels cohesive and put together. It feels just right. You
can achieve that effect in your own home with a little knowledge of basic design pr
inciples. Pair that knowledge with practice and experimentation and you're on your
way to creating a beautiful home. </p>
</div>
</div>
<div class="row_3">
<h1>Some Ideas</h1>
<ul>
<li>Paint- Do it Yourself</li>
<li>Call in Family and Friends</li>
<li>Shop Secondhand Stores</li>
<li>Look for less than perfect Merchandise</li>
<li>Save with Stock Items</li>
</ul>
</div>
<div class="row_4">
<div class="rest">
<h1>Balence</h1>
<p>In design, balance creates a feeling of equilibrium. It is all about equalizing or approximating the visual weight of objects. Balance is created not just through shape, but through color, pattern, and texture as well. </p>
</div>
<div class="rest_1">
<h1>Rhythm</h1>
<p>As in music, rhythm in design is all about creating patterns of repetition and contrast to create visual interest. You can achieve this by using the same color or shape at different intervals. Its purpose is to move your eye around the room. For instance, you can establish a rhythm by using a color in the pillows, picking it up in a painting, and echoing it again in a rug. These repetitions will help carry your eye around the room.</p>
</div>
<div class="rest_2">
<h1>Harmony</h1>
<p>Harmony is created when all the elements act together to create a unified message. Just as rhythm can create excitement, harmony creates a sense of restfulness. For instance, you can create harmony by using just one color, even though your forms vary greatly in shape, size and texture. </p>
</div>
</div>
</section>
</body>
</html>