Skip to content

Commit ca41367

Browse files
committed
add features with icons
1 parent 9d505b5 commit ca41367

File tree

27 files changed

+104
-0
lines changed

27 files changed

+104
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
.features img {
2+
width: 100px;
3+
}
4+
.features h2 {
5+
font-size: 20px;
6+
margin-bottom: 10px;
7+
}
8+
.features p {
9+
font-size: 15px;
10+
font-weight: lighter;
11+
}

08-Final-airbnb-home-without-grid/css/style.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
@import url("components/banner.css");
33
@import url("components/footer.css");
44
@import url("components/card.css");
5+
@import url("components/feature.css");
56

67
body {
78
margin: 0;
-7.03 KB
Binary file not shown.
Loading
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Loading
Loading

0 commit comments

Comments
 (0)