Skip to content

Commit

Permalink
Step 13.20: Create show pictuer component styles
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha authored and darkbasic committed Jun 13, 2017
1 parent c3c34bd commit ac398a1
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 ac398a1

Please sign in to comment.