Advertisement
Guest User

estilo

a guest
Sep 26th, 2018
1,589
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.32 KB | None | 0 0
  1. @charset "UTF-8";
  2. body {
  3.            
  4.  
  5.             color: black;
  6.             }
  7.  
  8.         p {
  9.             text-align: justify;
  10.             text-indent: 50px;
  11.            }
  12.            
  13.  
  14.  
  15. figure.foto-legenda {
  16. border: 8px solid #1;
  17.     width: 600px;
  18. }
  19. figure.foto-legenda img {
  20.     width: 100%;
  21.     height: 100%;
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement