Guest User

Untitled

a guest
Jan 16th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. @media screen and (min-width: 768px) {
  2. .hover{
  3. /* calcula o tamanho total menos as margins e padding dos elementos pai */
  4. height: calc(100% - 30px);
  5. }
  6. }
Add Comment
Please, Sign In to add comment