We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14071b0 commit fc85007Copy full SHA for fc85007
starter/03-CSS-Fundamentals/index.html
@@ -50,6 +50,7 @@ <h2>The Basic Language of the Web: HTML</h2>
50
alt="HTML code on a screen"
51
width="500"
52
height="200"
53
+ class="post-img"
54
/>
55
</header>
56
starter/03-CSS-Fundamentals/style.css
@@ -18,6 +18,7 @@ body {
18
padding-right: 40px; */
19
padding: 20px 40px;
20
margin-bottom: 60px;
21
+ height: 80px;
22
}
23
24
nav {
@@ -37,6 +38,7 @@ aside {
37
38
/* padding-top: 50px;
39
padding-bottom: 50px; */
40
padding: 50px 0px;
41
+ width: 500px;
42
43
h1,
44
h2,
@@ -181,3 +183,9 @@ a:active {
181
183
footer p {
182
184
color: green;
185
186
+
187
+.post-img {
188
+ /* * Responsive Size*/
189
+ width: 100%;
190
+ height: auto;
191
+}
0 commit comments