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 6e41f31 commit 7ca5176Copy full SHA for 7ca5176
starter/03-CSS-Fundamentals/index.html
@@ -47,6 +47,7 @@ <h2>The Basic Language of the Web: HTML</h2>
47
alt="HTML code on a screen"
48
width="500"
49
height="200"
50
+ class="post-img"
51
/>
52
</header>
53
starter/03-CSS-Fundamentals/style.css
@@ -91,17 +91,24 @@ footer p {
91
background-color: #f7f7f7;
92
padding: 20px 40px;
93
margin-bottom: 60px;
94
+ height: 80px;
95
}
96
97
.post-header {
98
margin-bottom: 40px;
99
100
101
+.post-img {
102
+ height: auto;
103
+ width: 100%;
104
+}
105
+
106
aside {
107
108
border-top: 5px solid #1098ad;
109
border-bottom: 5px solid #1098ad;
110
padding: 50px 0;
111
+ width: 500px;
112
113
114
/* body {
0 commit comments