-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCatPic.css
More file actions
21 lines (18 loc) · 729 Bytes
/
Copy pathCatPic.css
File metadata and controls
21 lines (18 loc) · 729 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
@import url("https://fonts.googleapis.com/css2?family=Bree+Serif&family=Caveat:wght@400;700&family=Lobster&family=Monoton&family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Playfair+Display+SC:ital,wght@0,400;0,700;1,700&family=Playfair+Display:ital,wght@0,400;0,700;1,700&family=Roboto:ital,wght@0,400;0,700;1,400;1,700&family=Source+Sans+Pro:ital,wght@0,400;0,700;1,700&family=Work+Sans:ital,wght@0,400;0,700;1,700&display=swap");
.puppy-image {
width: 100%;
}
.like-icon {
color: #cbd2d9;
font-size: 40px;
}
.like-button {
color: #9aa5b1;
background-color: #cbd2d9;
font-family: "Roboto";
font-size: 14px;
width: 100px;
height: 40px;
border-width: 0;
border-radius: 8px;
}