Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Jay J Kim
weather
Commits
439becb4
Commit
439becb4
authored
Mar 19, 2016
by
Zach
Committed by
Zach Knox
Apr 30, 2016
Browse files
icons to current card, also sunset
parent
c56a6160
Changes
2
Hide whitespace changes
Inline
Side-by-side
weather/client/weather.css
View file @
439becb4
...
...
@@ -12,7 +12,9 @@
.temp-size
{
font-size
:
32pt
;
}
.detail-size
{
font-size
:
16pt
;
}
.oof-size
{
font-size
:
24pt
;
}
...
...
@@ -43,5 +45,4 @@
.table-full-width
{
width
:
100%
;
height
:
100%
;
}
weather/client/weather.html
View file @
439becb4
...
...
@@ -50,8 +50,11 @@
<div
class=
"temp-size"
>
<i
class=
"wi wi-day-cloudy wi-fw"
></i>
76
<i
class=
"wi wi-fahrenheit"
></i>
</div>
<br
/>
Feels like 72
<i
class=
"wi wi-fahrenheit"
></i>
<br
/><i
class=
"wi wi-wind wi-towards-nne"
></i>
5mph NNE
<div
class=
"detail-size"
>
Feels like 72
<i
class=
"wi wi-fahrenheit"
></i>
<br
/><br
/><i
class=
"wi wi-cloud"
></i>
No Rain today.
<i
class=
"wi wi-wind wi-towards-nne"
></i>
5mph NNE
<br
/><br
/><i
class=
"wi wi-sunset"
></i>
7:22 PM EDT
</div>
</div>
</div>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment