Skip to content

Commit 8ec7adc

Browse files
Important change for light house check
1 parent 9b8e2ba commit 8ec7adc

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Wireframe/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
66
<title>Wireframe-code blog for beginner</title>
7-
<link rel="stylesheet" href="style.css" />
7+
<link rel="stylesheet" href="style.css"/>
88
</head>
99
<body>
1010
<header>

Wireframe/style.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ article{
5353

5454
/*This is for the position of the first Item*/
5555
#div-1{
56-
width: 73%;
56+
width: 58%;
5757
height: 20%;
5858
position: relative;
59-
left:17%;
59+
left:19%;
6060
overflow: hidden;
6161
margin-bottom: 20px;
6262
}
@@ -67,12 +67,12 @@ article{
6767
width:73%;
6868
display: flex;
6969
position: relative;
70-
left: 17%;
70+
left: 19%;
7171
padding: 0px 0px 0px -10px;
7272
}
7373

7474
.content-size{
75-
width: 60%;
75+
width: 40%;
7676

7777
}
7878

0 commit comments

Comments
 (0)