Advertisement
Guest User

Untitled

a guest
Apr 6th, 2020
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.53 KB | None | 0 0
  1. #contato {
  2.     background: #ffffff;
  3.     width: 700px;
  4.     border: 3px solid #0066cc;
  5.     margin: 60px auto;
  6.     border-radius: 8px;
  7.     padding: 16px;
  8.     min-height: 230px;
  9. }
  10. #contato aside {
  11.     border: 1px solid red;
  12.     width: 340px;
  13.     min-height: 230px;
  14.     float: left;
  15. }
  16. #contato aside:last-child {
  17.     float: right;
  18. }
  19. /* pega no caso o IFRAME - primeiro filho direto da tag aside */
  20. #contato aside iframe:first-child {
  21.     width: 340px;
  22.     height: 230px;
  23.     border: none;
  24. }
  25.  
  26. input,
  27. textarea {
  28.    
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement