summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html27
1 files changed, 21 insertions, 6 deletions
diff --git a/index.html b/index.html
index cbcd508..5308d31 100644
--- a/index.html
+++ b/index.html
@@ -36,16 +36,31 @@
<article class="forecast">
<h1>Weather forecast for Seattle</h1>
<article class="day-forecast">
- <h2>03 March 2018</h2>
- <p>Rain.</p>
+ <div class="day-forecast-text">
+ <h2>03 March 2018</h2>
+ <p>Heavy rain.</p>
+ </div>
+ <div class="day-forecast-image">
+ <img src="img/lluvia.png"/>
+ </div>
</article>
<article class="day-forecast">
- <h2>04 March 2018</h2>
- <p>Periods of rain.</p>
+ <div class="day-forecast-text">
+ <h2>04 March 2018</h2>
+ <p>Heavy rain.</p>
+ </div>
+ <div class="day-forecast-image">
+ <img src="img/lluvia.png"/>
+ </div>
</article>
<article class="day-forecast">
- <h2>05 March 2018</h2>
- <p>Heavy rain.</p>
+ <div class="day-forecast-text">
+ <h2>05 March 2018</h2>
+ <p>Heavy rain.</p>
+ </div>
+ <div class="day-forecast-image">
+ <img src="img/lluvia.png"/>
+ </div>
</article>
</article>