Skip to content

Commit 49211c4

Browse files
important change for article 2 have same height as article 3
1 parent 43d1b31 commit 49211c4

2 files changed

Lines changed: 34 additions & 20 deletions

File tree

Wireframe/index.html

Lines changed: 25 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -36,21 +36,27 @@ <h2>READ ME.md file and what is purpose.</h2>
3636
<!--The second Item-->
3737
<div id="row-side">
3838
<div class="content-size">
39-
<article class="article-border">
40-
<img
41-
src="https://images.prismic.io/prismic-main/Zoa6gh5LeNNTwzHJ_web_design_wireframe.jpeg?auto=format,compress"
42-
alt="Is an example of how to design web layout" class="image-size-2" />
43-
<h2>What is a wireframe and the purpose of it used</h2>
44-
<p id="paragraph-3">
45-
What is wireframe, wireframe
46-
is a way to design a website service at the structural level.
47-
A wireframe is commonly used to layout content and functionality on a page which takes into account user
48-
needs and user journeys.
49-
wireframes are used early in the development process to establish the basic structure of a page before
50-
visual design and content is added.
51-
</p>
52-
<a href="https://www.figma.com/resource-library/what-is-wireframing/" target="_blank"
53-
class="Link-box-border">Read more</a>
39+
<article class="article-border" id="article-2">
40+
<div>
41+
<img
42+
src="https://images.prismic.io/prismic-main/Zoa6gh5LeNNTwzHJ_web_design_wireframe.jpeg?auto=format,compress"
43+
alt="Is an example of how to design web layout" class="image-size-2" />
44+
45+
<h2>What is a wireframe and the purpose of it used</h2>
46+
<p>
47+
What is wireframe, wireframe
48+
is a way to design a website service at the structural level.
49+
A wireframe is commonly used to layout content and functionality on a page which takes into account
50+
user
51+
needs and user journeys.
52+
wireframes are used early in the development process to establish the basic structure of a page before
53+
visual design and content is added.
54+
</p>
55+
</div>
56+
<div>
57+
<a href="https://www.figma.com/resource-library/what-is-wireframing/" target="_blank"
58+
class="Link-box-border">Read more</a>
59+
</div>
5460
</article>
5561
</div>
5662

@@ -62,11 +68,13 @@ <h2>What is a wireframe and the purpose of it used</h2>
6268
alt="a detail map on what is git and branch" class="image-size-2" />
6369
<h2>Git, repo and branch</h2>
6470
<p>
65-
Git, repo and branch are some basic knowledge that you should learn when you start programming. They can be
71+
Git, repo and branch are some basic knowledge that you should learn when you start programming. They can
72+
be
6673
a powerful tool
6774
that will help you on your journey, especially later on when you do a group project or your own personal
6875
project.
69-
Git is a free and open source distributed version control system designed to handle everything from small to
76+
Git is a free and open source distributed version control system designed to handle everything from small
77+
to
7078
very large projects with speed and efficiency,
7179
how ever they also allow you save, control and redo your project file version. Repository is when you work
7280
on a group project

Wireframe/style.css

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,17 +86,23 @@ article {
8686

8787
.content-size {
8888
width: 30%;
89-
89+
display:flex;
9090
}
9191

9292
.image-size-2 {
9393
width: 100%;
9494
height: 300px;
9595
}
9696

97-
#paragraph-3{
98-
margin-bottom: 132px;
97+
#article-2{
98+
display: flex;
99+
flex-direction: column;
100+
flex: 1;
101+
justify-content: space-between;
99102
}
103+
104+
105+
100106
/*This for the read more button do not deleted*/
101107
.Link-box-border {
102108
border: 2px solid black;

0 commit comments

Comments
 (0)