Guest User

Untitled

a guest
Dec 13th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. .informacao_wrapper
  2. {
  3. position:relative;
  4. text-align:left;
  5. padding:10px;
  6. padding-top:0px;
  7. }
  8.  
  9. .informacao_wrapper_titulo
  10. {
  11. color:#01265d;
  12. margin:5px;
  13. margin-left:0px;
  14. font-size:22px;
  15. }
  16.  
  17. .informacao_wrapper_subtitulo
  18. {
  19. color: black;
  20. margin:0px;
  21. font-size:14px;
  22. }
  23.  
  24. .informacao_wrapper_texto
  25. {
  26. color: #5e5e5e;
  27. padding:10px;
  28. padding-top:15px;
  29. font-size:13px;
  30. padding-bottom:50px;
  31. }
Add Comment
Please, Sign In to add comment