Guest User

Untitled

a guest
Jan 22nd, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. <style>
  2. * {
  3. margin: 0;
  4. padding: 0;
  5. box-sizing: border-box;
  6. }
  7. body,
  8. html {
  9. height: 100%;
  10. }
  11. .teste {
  12. height: calc(100% - 10px);
  13. width: 100%;
  14. content: '';
  15. background-color: red;
  16. }
  17. </style>
  18.  
  19. <div class="teste"></div>
  20. <input type="text" id="texteeee">
  21.  
  22. {
  23. "author": "Essência Digital",
  24. "background_color": "#ffffff",
  25. "description": "Teste",
  26. "display": "fullscreen",
  27. "icons": [
  28. {
  29. "src": "http://192.168.26.183:8080/",
  30. "sizes": "192x192",
  31. "type": "image/png"
  32. }
  33. ],
  34. "manifest_version": 2,
  35. "name": "Teste",
  36. "orientation": "portrait",
  37. "short_name": "Teste",
  38. "start_url": "http://192.168.26.183:8080/",
  39. "theme_color": "#ffffff",
  40. "version": "0.1"
  41. }
Add Comment
Please, Sign In to add comment