Skip to content

Commit db3e123

Browse files
committed
add style file
1 parent 65082e3 commit db3e123

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

Select your Pet/style.css

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
.bg-container {
2+
background-image: linear-gradient(to right, #d3d3d3, #e0e0e0);
3+
border-radius: 36px;
4+
}
5+
6+
.heading {
7+
color: #2d3a35;
8+
font-family: "Roboto";
9+
font-size: 36px;
10+
font-weight: 700;
11+
}
12+
13+
.selected-pet {
14+
font-family: "Roboto";
15+
font-weight: 600;
16+
}

0 commit comments

Comments
 (0)