Skip to content

Commit 951c5ad

Browse files
dotansimhadarkbasic
authored andcommitted
Step 13.21: Create show pictuer component styles
1 parent 911c26a commit 951c5ad

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
.show-picture {
2+
background-color: black;
3+
4+
.picture {
5+
position: absolute;
6+
top: 50%;
7+
left: 50%;
8+
transform: translate(-50%, -50%);
9+
}
10+
}

0 commit comments

Comments
 (0)