GQL.html 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. <!DOCTYPE html>
  2. <!-- saved from url=(0070)http://gql.asmer.fe.a-level.com.ua/#/category/5dc49f4d5df9d670df48cc64 -->
  3. <html>
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  6. <title>GQL</title>
  7. <style>
  8. header {
  9. color: white;
  10. background-color: black;
  11. }
  12. aside a {
  13. background-color: black;
  14. padding: 5px;
  15. margin: 5px;
  16. border-right: 5px inset darkviolet;
  17. color: whitesmoke;
  18. }
  19. aside a:hover {
  20. background-color: purple;
  21. }
  22. #mainContainer {
  23. display: flex;
  24. }
  25. #aside {
  26. width: 30%;
  27. }
  28. #aside>a {
  29. display: block;
  30. }
  31. .card {
  32. background-color: whitesmoke;
  33. border: 1px solid black;
  34. margin: 10px;
  35. padding : 10px;
  36. }
  37. </style>
  38. <style type="text/css"></style>
  39. </head>
  40. <body>
  41. <header><h1>ГДЕ Я ОКАЗАЛСЯ?</h1></header>
  42. <div id="mainContainer">
  43. <aside id="aside"></aside>
  44. <main id="main"></main>
  45. </div>
  46. <script src="./GQL_files/index.js"></script>
  47. </body>
  48. </html>