UNPKG
fruitstand
Version:
latest (0.0.1)
0.0.1
fruit stand
github.com/classmember/fruitstand
classmember/fruitstand
fruitstand
/
examples
/
learning-angularjs
/
ch01
/
css
/
welcome.css
7 lines
•
104 B
CSS
View Raw
1
2
3
4
5
6
7
p
{
color
: red;
border
:
3px
ridge blue;
padding
:
10px
;
width
:
600px
; }
img
{
width
:
600px
; }