Advertisement
Guest User

Untitled

a guest
Apr 26th, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.34 KB | None | 0 0
  1. body {
  2.   font-family: 'Fira Sans';
  3. }
  4. h1 {
  5.   font-size: 55px;
  6.   line-height: 240px;
  7.   font-family: 'Anonymous Pro';
  8.   text-transform: uppercase;
  9. }
  10. h2 {
  11.   margin: 46px auto 0px;
  12.   width: 630px;
  13.   font-size: 25px;
  14.   line-height: 30px;
  15.   letter-spacing: 0.5px;
  16. }
  17. .module-card{
  18.   margin-right: 0;
  19. }
  20. .colors-card{
  21.   margin-right: 0;
  22. }
  23. .rules{
  24.   width: 910px;
  25.   margin: 90px auto 0px;
  26. }
  27. .image{
  28.   box-sizing: border-box;
  29.   width: 420px;
  30.   height: 420px;
  31.   background-size:cover;
  32.   background-position: center;
  33. }
  34. .header {
  35.   padding-top: 120px;
  36.   height: 100vh;
  37.   background-color: rgba(255, 0, 0, 0.7);
  38.   text-align: center;
  39.   color: #fff;
  40.   background-image: url(https://pictures.s3.yandex.net/background.jpg);
  41.   background-size: cover;
  42.   background-position: center bottom;
  43. }
  44. .card{
  45.   margin-right: 65px;
  46.   vertical-align: top;
  47.   display: inline-block;
  48.   width: 420px;
  49.   min-height: 420px;
  50. }
  51. .module{
  52.   background-image: url('https://pictures.s3.yandex.net/grid.jpg');
  53.   width: 420px;
  54.   height: 420px;
  55.   border-width: 5px;
  56.   border-style: solid;
  57.   border-color: #ff3333;
  58. }
  59. .near{
  60.   background-image:url('https://pictures.s3.yandex.net/proximity.jpg');
  61. }
  62. .fonts{
  63.   background-image: url('https://pictures.s3.yandex.net/type.jpg');
  64. }
  65. .colors{
  66.   background-image: url('https://pictures.s3.yandex.net/color.jpg');
  67. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement