Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2014
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. @media(min-width:176px) {
  2. div#rodape{
  3. width: 100%;
  4. height: 70px;
  5. padding-top: 10px;
  6. text-align:center;
  7. }
  8. }
  9.  
  10. @media(min-width:320px) {
  11. div#rodape{
  12. width: 100%;
  13. height: 230px;
  14. text-align:center;
  15. }
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement