Skip to content

Commit

Permalink
Step 12.19: Create show pictuer component styles
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha authored and DAB0mB committed Mar 23, 2017
1 parent b1f46a0 commit cc64a8c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/pages/messages/show-picture.scss
@@ -0,0 +1,10 @@
.show-picture {
background-color: black;

.picture {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
}

0 comments on commit cc64a8c

Please sign in to comment.