|
3 | 3 | <head> |
4 | 4 | <meta charset="UTF-8" /> |
5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
6 | | - <title>Wireframe</title> |
| 6 | + <title>Wireframe-code blog for beginner</title> |
7 | 7 | <link rel="stylesheet" href="style.css" /> |
8 | 8 | </head> |
9 | 9 | <body> |
10 | 10 | <header> |
11 | | - <h1>Wireframe</h1> |
| 11 | + <h1>Wireframe Basic knowledge</h1> |
12 | 12 | <p> |
13 | 13 | This is the default, provided code and no changes have been made yet. |
14 | 14 | </p> |
15 | 15 | </header> |
16 | 16 | <main> |
| 17 | + <div id="div-1"> |
17 | 18 | <article class="article-border"> |
18 | | - <img src="placeholder.svg" alt="" class="image-size" /> |
19 | | - <h2>READ ME.md file and what is mean.</h2> |
| 19 | + <img src="placeholder.svg" alt="" class="" /> |
| 20 | + <h2>READ ME.md file and what is purpose.</h2> |
20 | 21 | <p> |
21 | 22 | Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam, |
22 | 23 | voluptates. Quisquam, voluptates. |
23 | 24 | </p> |
24 | 25 | <a href="" class="Link-box-border">Read more</a> |
25 | 26 | </article> |
| 27 | + </div> |
26 | 28 | <hr> |
| 29 | + <!--The second Item--> |
| 30 | + <div id="row-side"> |
27 | 31 | <article class="article-border"> |
28 | | - <img src="placeholder.svg" alt="" class="image-size" /> |
| 32 | + <img src="placeholder.svg" alt="" class="" /> |
29 | 33 | <h2>What is a wireframe and the purpose of it used</h2> |
30 | 34 | <p> |
31 | 35 | Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam, |
32 | 36 | voluptates. Quisquam, voluptates. |
33 | 37 | </p> |
34 | 38 | <a href="" class="Link-box-border">Read more</a> |
35 | 39 | </article> |
36 | | - <hr> |
| 40 | + |
| 41 | + <!--The third item--> |
| 42 | + |
37 | 43 | <article class="article-border"> |
38 | | - <img src="placeholder.svg" alt="" class="image-size" /> |
| 44 | + <img src="placeholder.svg" alt="" class="" /> |
39 | 45 | <h2>Git, repo and branch</h2> |
40 | 46 | <p> |
41 | 47 | Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam, |
42 | 48 | voluptates. Quisquam, voluptates. |
43 | 49 | </p> |
44 | 50 | <a href="" class="Link-box-border">Read more</a> |
45 | 51 | </article> |
46 | | - </main> |
47 | | - <footer> |
| 52 | + </div> |
| 53 | + </main> |
| 54 | + <footer> |
48 | 55 | <p> |
49 | 56 | This is the default, provided code and no changes have been made yet. |
50 | 57 | </p> |
|
0 commit comments