Skip to content

Commit 3769a15

Browse files
Some initial change need to make for re-viewing
1 parent 1e2acc9 commit 3769a15

2 files changed

Lines changed: 11 additions & 9 deletions

File tree

Wireframe/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ <h1>Wireframe Basic knowledge</h1>
1414
</p>
1515
</header>
1616
<hr>
17-
<main>
17+
<main id="main-div">
1818
<div id="div-1">
1919
<article class="article-border">
2020
<img src="https://media.geeksforgeeks.org/wp-content/uploads/20240702120959/Readme1.png" alt="An image with the work Read ME with green color" id="image-size" />
@@ -31,6 +31,7 @@ <h2>READ ME.md file and what is purpose.</h2>
3131

3232
<!--The second Item-->
3333
<div id="row-side">
34+
3435
<div class="content-size">
3536
<article class="article-border">
3637
<img src="https://images.prismic.io/prismic-main/Zoa6gh5LeNNTwzHJ_web_design_wireframe.jpeg?auto=format,compress" alt="Is an example of how to design web layout" class="image-size-2" />

Wireframe/style.css

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -51,24 +51,25 @@ article{
5151
background-color: white;
5252
}
5353

54+
#main-div {
55+
display: flex;
56+
flex-direction: column;
57+
width: '100%';
58+
align-items: center;
59+
}
60+
5461
/*This is for the position of the first Item*/
5562
#div-1{
5663
width: 58%;
5764
height: 20%;
58-
position: relative;
59-
left:19%;
60-
overflow: hidden;
61-
margin-bottom: 20px;
65+
display: flex;
6266
}
6367

6468
/*This part is mainly for item 2 and 3*/
6569

6670
#row-side{
67-
width:73%;
6871
display: flex;
69-
position: relative;
70-
left: 19%;
71-
padding: 0px 0px 0px -10px;
72+
justify-content: center;
7273
}
7374

7475
.content-size{

0 commit comments

Comments
 (0)