index.html 913 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <title>Document</title>
  7. <html lang="en">
  8. <head class="head">
  9. <meta charset="UTF-8">
  10. <title>Title</title>
  11. <style type="text/css">
  12. .c3{
  13. color: #6f507d;
  14. font-size: 15px;
  15. font-family: monospace;
  16. }
  17. .c2{
  18. color: #219191;
  19. font-size: 25px;
  20. }
  21. .c1{
  22. color: #915021;
  23. font-size: 35px;
  24. font-family: cursive;
  25. }
  26. #btn1 {
  27. margin-left: 30px;
  28. transform: rotate(90deg);
  29. background-color: ##F0E68C;
  30. font-size: 20px;
  31. color: #00FF00;
  32. transition: 0.6s;
  33. }
  34. #btn1:hover{
  35. background-color: #DC143C;
  36. color: #6A5ACD;
  37. padding-top: 11px;
  38. }
  39. </style>
  40. <body>
  41. <h1>slozhno</h1>
  42. <script type="text/javascript" src="./script.js"></script>
  43. </body>
  44. </html>