Guest User

Untitled

a guest
Jan 17th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. .movie {
  2. width: 550px;
  3. min-height: 300px;
  4. }
  5.  
  6. img {
  7. width:100%;
  8. }
  9.  
  10. .title {
  11. font-size: 30px;
  12. }
  13.  
  14. .title span{
  15. font-size: 14px;
  16. }
  17.  
  18. .details {
  19. font-size: 12px;
  20. }
  21.  
  22. .plot {
  23. margin-top: 20px;
  24. font-size: 13px;
  25. }
Add Comment
Please, Sign In to add comment