Skip to content

Commit 540cf9c

Browse files
committed
Update wireframe html and css
1 parent 947b473 commit 540cf9c

2 files changed

Lines changed: 20 additions & 9 deletions

File tree

Wireframe/index.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,40 +8,40 @@
88
</head>
99
<body>
1010
<header>
11-
<h1>Page Title</h1>
11+
<h1>My Favorite Foods</h1>
1212
<p>
13-
A short description about the page.
13+
These are some of my favourite foods that i enjoy eathing.
1414
</p>
1515
</header>
1616
<main>
1717
<article>
1818
<img src="placeholder.svg" alt="" />
19-
<h2>Article Title</h2>
19+
<h2>Pizza</h2>
2020
<p>
21-
Article summary
21+
Pizza is one of my favourite comfort foods beacuse it is cheese and delicious.
2222
</p>
2323
<a href="">Read more</a>
2424
</article><article>
2525
<img src="placeholder.svg" alt="" />
26-
<h2>Article Title</h2>
26+
<h2>Pasta</h2>
2727
<p>
28-
Article summary
28+
Pasta is tasty, filling, and easy to cook in many different ways.
2929
</p>
3030
<a href="">Read more</a>
3131
</article>
3232
<article>
3333
<img src="placeholder.svg" alt="" />
34-
<h2>Article Title</h2>
34+
<h2>Injera</h2>
3535
<p>
36-
Article summary
36+
Injera is a traditional Ethiopian food that i really love eating with different stews.
3737
</p>
3838
<a href="">Read more</a>
3939
</article>
4040

4141
</main>
4242
<footer>
4343
<p>
44-
Footer information about the website.
44+
Created by Yodit Kasu using HTML and CSS
4545
</p>
4646
</footer>
4747
</body>

Wireframe/style.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,3 +120,14 @@ article {
120120
padding: 16px;
121121
}
122122

123+
article:hover { transform: scale(1.02);}
124+
125+
body { background-color: #d6d0d0;}
126+
127+
h1 { color: rgb(47, 120, 120); }
128+
129+
p { color: #894e07e6; }
130+
a { background-color: black;
131+
color: white;
132+
133+
}

0 commit comments

Comments
 (0)