Skip to content

Commit 0627ab4

Browse files
committed
replaced url images
1 parent 5959232 commit 0627ab4

5 files changed

Lines changed: 11 additions & 8 deletions

File tree

35.7 KB
Loading

Wireframe/images/s_1867746.jpg

28.5 KB
Loading
61.1 KB
Loading

Wireframe/index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ <h1>Wireframe</h1>
2222
<section>
2323
<article>
2424
<img
25-
src="https://freerangestock.com/thumbnail/119557/web-developer--web-development--programmer--programming.jpg"
25+
src="images/m_Web_Developer_-_Programmer_-_Programming.jpg"
2626
alt="web-developer"
27-
width="200"
28-
height="350"
29-
loading="lazy"
27+
width="600"
28+
height="300"
29+
fetchpriority="high"
3030
/>
3131
<h2>README file</h2>
3232
<p>
@@ -43,8 +43,8 @@ <h2>README file</h2>
4343
<section>
4444
<article>
4545
<img
46-
src="https://freerangestock.com/thumbnail/130564/website-wireframe.jpg"
47-
alt="wireframe example"
46+
src="images/s_1867746.jpg"
47+
alt="website wireframe"
4848
width="200"
4949
height="250"
5050
loading="lazy"
@@ -63,7 +63,7 @@ <h2>Wireframe</h2>
6363
<section>
6464
<article>
6565
<img
66-
src="https://images.unsplash.com/photo-1556075798-4825dfaaf498?q=80&w=1476&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D.jpg"
66+
src="images/yancy-min-842ofHC6MaI-unsplash.jpg"
6767
alt="branches in development project"
6868
width="200"
6969
height="250"

Wireframe/style.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,11 @@ main {
6060
footer {
6161
position: fixed;
6262
bottom: 0;
63+
width: 100%;
6364
text-align: center;
65+
background: white;
6466
border-top: var(--line);
65-
padding: var(--space);
67+
padding: 2px;
6668
}
6769
/* ====== Articles Grid Layout ====
6870
Setting the rules for how articles are placed in the main element.
@@ -76,6 +78,7 @@ main {
7678
grid-template-columns: 1fr 1fr;
7779
gap: var(--space);
7880
align-items: stretch;
81+
margin-bottom: 100px;
7982
gap: 20px;
8083
> *:first-child {
8184
grid-column: span 2;

0 commit comments

Comments
 (0)