-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblog.html
41 lines (40 loc) · 1.99 KB
/
blog.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=, initial-scale=1.0">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/blog.css">
<title>Blog</title>
</head>
<body>
<div class="logo"><a href="home.html"><img src="img/img-logo.jpg" alt="logo" ></a>
<h1 class="p-name">Blog</h1>
</div>
<section class="contant">
<div class="line">
<h1>What is Graphic Design?</h1>
<p>Graphic design is a craft where professionals create visual content to communicate messages.
By applying visual hierarchy and page layout techniques,
designers use typography and pictures to meet users’
specific needs and focus on the logic of displaying elements in
interactive designs, to optimize the user experience.Graphic design is an ancient craft,
dating back past Egyptian hieroglyphs to at least 17,000-year-old cave paintings.
It’s a term that originated in the 1920s’ print industry.
It continues to cover a range of activities including logo creation.
Graphic design in this sense concerns aesthetic appeal and marketing.
Graphic designers attract viewers using images, color and typography.
However, graphic designers working in user experience (UX) design must
justify stylistic choices regarding, say, image locations and font with a human-centered approach.
That means you need to focus on—and seek to empathize the most with—your specific users while you
create good-looking designs that maximize usability.</p>
</div>
<div class="thumbnail img">
<img src="img/img-poster.jpg" alt="logo">
</div>
</section>
<div class="form">
<textarea class="form-input" name="" id="" cols="30" rows="10" placeholder="massage"></textarea>
<button class="btn btn-sm">Submit</button>
</div>
</body>