Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Step 13.21: Create show pictuer component styles
  • Loading branch information
dotansimha authored and darkbasic committed Oct 16, 2017
1 parent 911c26a commit 951c5ad
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 951c5ad

Please sign in to comment.