From 0b80dd9da688d9d8d4393cfa31b341c718265179 Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga Date: Fri, 10 Feb 2023 22:30:20 +0100 Subject: Add daily data when user clicks a day: - Heavy use of function passing - SVG graphs - A lot of fun --- css/style.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'css') diff --git a/css/style.css b/css/style.css index cf7626d..50d1abb 100644 --- a/css/style.css +++ b/css/style.css @@ -17,6 +17,7 @@ body{ .day-forecast { border-radius: 5px; border: 1px solid lightgrey; + cursor: pointer; } .day-forecast h2 { @@ -48,3 +49,15 @@ footer{ margin-right: 1rem; margin-left: 1rem; } + +.temp-label{ + font-size: 4px; + text-anchor: middle; +} +.weather-label{ + font-size: 8px; + text-anchor: middle; +} +.graph-line{ + stroke: lightgrey; +} -- cgit v1.2.3