Skip to content

Commit c49bfbc

Browse files
Update style.css
1 parent 476b8be commit c49bfbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cards/Personal Profile Card/code/style.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
box-sizing: border-box;
55
font-family: 'Josefin Sans',sans-serif;
66
}
7-
body{
7+
#main-tag{
88
background: linear-gradient(to right, #fefffe, rgb(185, 182, 182));
99
}
1010
.center {
@@ -95,4 +95,4 @@ body{
9595
}
9696
.left_container .icons i:hover {
9797
color: rgb(151, 150, 150);
98-
}
98+
}

0 commit comments

Comments
 (0)