/* Challenge: 1. Give the card div a class (name it "card") 2. Select the card class and give it a dotted blue border 3. Add 20 pixels of padding on all sides of the card */
1
2
3
4
5
6
7
8
9
10
11
12
13
14
body{
margin:20px;
}
.avatar{
width:150px;
}
/*
Challenge:
1. Give the card div a class (name it "card")
2. Select the card class and give it a dotted blue border
3. Add 20 pixels of padding on all sides of the card