Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Wireframe/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<header>
<h1>Wireframe</h1>
<p>
This is the default, provided code and no changes have been made yet.
This is a brief webf page for sprint 1 developed by Gloria.
</p>
</header>
<main>
Expand All @@ -32,7 +32,7 @@ <h2>Article Three: What is a branch in Git?</h2>
</main>
<footer>
<p>
This is the default, provided code and no changes have been made yet.
Hopefully this has covered the sucess criteria .
</p>
</footer>
</body>
Expand Down
2 changes: 1 addition & 1 deletion Wireframe/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ article {
}

.article-two {
background-image: url("https://images.unsplash.com/photo-1680016661694-1cd3faf31c3a?fm=jpg&q=60&w=3000&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxzZWFyY2h8Mnx8d2lyZWZyYW1lfGVufDB8fDB8fHww");
background-image: url("https://media.istockphoto.com/id/876487150/photo/abstract-background-of-source-code-branch-3d-rendering.jpg?s=2048x2048&w=is&k=20&c=NOW2-RKP_-5Cf9KyLZ1Mc3F1NbustFJD4YUMnwZ04WU=");
}

.article-three {
Expand Down