UNPKG
weather-news
Version:
latest (0.0.2)
0.0.2
0.0.1
Implementation of Lab 9 in BYU CS 360
cvhooper22/CS360
weather-news
/
public
/
stylesheets
/
style.css
8 lines
(7 loc)
•
110 B
CSS
View Raw
1
2
3
4
5
6
7
8
body
{
padding
:
50px
;
font
:
14px
"Lucida Grande"
, Helvetica, Arial, sans-serif; }
a
{
color
:
#00B7FF
; }