Examples of code I've written in PHP, Javascript, SCSS, etc.
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
 
 

62 строки
1.2 KiB

  1. @use "vars/icons-buttons";
  2. @use "vars/vars";
  3. @use "partials/effects";
  4. @use "general";
  5. .content {
  6. max-width: 900px;
  7. h3 {
  8. border-bottom: 2px solid black;
  9. }
  10. }
  11. .info-section {
  12. margin: 5em 0.5em 0 0.5em;
  13. p {margin-top: 1em;}
  14. }
  15. .aboutPage-img1 {
  16. //margin-top: 2em;
  17. //background-image: url('/images/conference.jpeg');
  18. height: 20em;
  19. background-attachment: fixed;
  20. background-position: center -150px;
  21. background-repeat: no-repeat;
  22. background-size: cover;
  23. }
  24. .aboutPage-img {
  25. //background-image: url('/images/waterloo.jpg');
  26. height: 20em;
  27. width: 100%;
  28. //margin-left: 1em;
  29. //margin-right: 1em;
  30. //background-attachment: fixed;
  31. //margin-top: 2em;
  32. //height: 20em;
  33. //clip: rect(0px 100px 20em 0px);
  34. //background-attachment: fixed;
  35. background-position: center -70px;
  36. }
  37. div.tos_content {
  38. @extend .content;
  39. max-width: 800px;
  40. }
  41. .divided_heading {
  42. max-width: 15em;
  43. //max-width:100%
  44. font-weight: 400;
  45. font-size: 30px;
  46. padding-top: 1em;
  47. padding-bottom: 1em;
  48. border-bottom: 3px solid vars.getColor('nav2');
  49. border-top: 3px solid vars.getColor('nav2');
  50. color: vars.getColor('nav');
  51. margin-top: 2em;
  52. margin-left: auto;
  53. margin-right: auto;
  54. text-align: center;
  55. }