Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <title>Windows 10</title>
  7. <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.1/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
  8. <link href='https://fonts.googleapis.com/css?family=Roboto' rel='stylesheet'>
  9. <link rel="stylesheet" href="http://l-lin.github.io/font-awesome-animation/dist/font-awesome-animation.min.css">
  10. <style>
  11. html, body {
  12. margin: 0;
  13. padding: 0;
  14. font-family: 'Segoe UI';
  15. background: url(https://image.noelshack.com/fichiers/2018/22/1/1527510457-windows-10-wallpapers-in-4k.jpg) no-repeat center center fixed;
  16. background-size: cover;
  17. color: #fff;
  18. }
  19. .full-screen {
  20. width: 100%;
  21. height: 100%;
  22. }
  23. .icon-list {
  24. width: auto;
  25. height: 93.75%;
  26. }
  27. .taskbar {
  28. width: 100%;
  29. height: 6.25%;
  30. background: #000;
  31. }
  32. </style>
  33. </head>
  34. <body>
  35. <div class="full_screen">
  36. <div class="icon-list">
  37.  
  38. </div>
  39. <div class="taskbar">
  40.  
  41. </div>
  42. </div>
  43. </body>
  44. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement