Skip to content

Commit 51c864b

Browse files
adding title for each article set up image size and height in each article.
1 parent a68e694 commit 51c864b

2 files changed

Lines changed: 13 additions & 8 deletions

File tree

Wireframe/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ <h1>Wireframe</h1>
1515
</header>
1616
<main>
1717

18-
<div>
18+
<div class="article-border">
1919
<article>
2020
<img src="placeholder.svg" alt="" class="image-size" />
21-
<h2>Title</h2>
21+
<h2>READ ME.md file and what is mean.</h2>
2222
<p>
2323
Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam,
2424
voluptates. Quisquam, voluptates.
@@ -27,10 +27,10 @@ <h2>Title</h2>
2727
</article>
2828
</div>
2929
<hr>
30-
<div>
30+
<div class="article-border">
3131
<article>
3232
<img src="placeholder.svg" alt="" class="image-size" />
33-
<h2>Title</h2>
33+
<h2>What is a wireframe and the purpose of it used</h2>
3434
<p>
3535
Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam,
3636
voluptates. Quisquam, voluptates.
@@ -39,10 +39,10 @@ <h2>Title</h2>
3939
</article>
4040
</div>
4141
<hr>
42-
<div>
42+
<div class="article-border">
4343
<article>
4444
<img src="placeholder.svg" alt="" class="image-size" />
45-
<h2>Title</h2>
45+
<h2>Git, repo and branch</h2>
4646
<p>
4747
Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam,
4848
voluptates. Quisquam, voluptates.

Wireframe/style.css

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
.image-size {
2-
width: 300px;
3-
height: 300px;
2+
width: 100%;
3+
height: 20%;
4+
}
5+
.article-border{
6+
border: 2px solid black;
7+
border-radius: 5px;
8+
margin: 0px 15px 0px 25px;
49
}

0 commit comments

Comments
 (0)