File tree 2 files changed +5
-6
lines changed
2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ <h2>wireframe</h2>
32
32
</ p >
33
33
< a href =""> Read more</ a >
34
34
</ article >
35
- < article >
36
- < img src ="/Wireframe/images/branch.webp " alt ="Git Branch " height =" 420 "/>
35
+ < article >
36
+ < img src ="/Wireframe/images/branch.webp " alt ="Git Branch " id =" img3 "/>
37
37
< h2 > Git Branch</ h2 >
38
38
< p >
39
39
A branch in Git is like a parallel version of a repository. It allows you to
Original file line number Diff line number Diff line change @@ -82,6 +82,9 @@ Setting the rules for how elements are placed in the article.
82
82
Now laying out just the INSIDE of the repeated card/article design.
83
83
Keeping things orderly and separate is the key to good, simple CSS.
84
84
*/
85
+ # img3 {
86
+ height : 420px ;
87
+ }
85
88
article {
86
89
border : var (--line );
87
90
border-radius : 15px ;
@@ -98,7 +101,3 @@ article {
98
101
}
99
102
}
100
103
101
-
102
- # img3 {
103
- height : "420px" ;
104
- }
You can’t perform that action at this time.
0 commit comments