Skip to content

Commit f0865d5

Browse files
committed
removed object cover so whole image can be seen
1 parent 11d97e7 commit f0865d5

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

Wireframe/index.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99
<body>
1010
<header>
1111
<h1>Exploring README Files, Wireframes and Git Branches</h1>
12-
<p>
13-
This is the default, provided code and no changes have been made yet.
14-
</p>
1512
</header>
1613
<main>
1714
<article>
@@ -31,11 +28,12 @@ <h2>Wireframes</h2>
3128
It establishes the basic structure, content placement, and core
3229
functionality of a digital product before visual design and coding begin.
3330
</p>
34-
<h2>Git Branches</h2>
3531
<a href="https://balsamiq.com/blog/what-are-wireframes/">Read more</a>
3632
</article>
3733
<article>
34+
3835
<img src="https://hpc-wiki.info/mediawiki/hpc_images/thumb/6/6d/Git_tutorial_-_branching.png/700px-Git_tutorial_-_branching.png" alt="git branch image">
36+
<h2>Git Branches</h2>
3937
<p>
4038
In Git, a branch is essentially a lightweight, movable pointer to a specific commit in your
4139
repository's history. Conceptually, it serves as an isolated, parallel workspace where

Wireframe/style.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ a {
3939
img,
4040
svg {
4141
width: 100%;
42-
object-fit: cover;
4342
height: 250px;
4443
}
4544
/* ====== Site Layout ======

0 commit comments

Comments
 (0)