TruePower2020 commited on
Commit
61ebd28
·
verified ·
1 Parent(s): be05f46

удали фоновую картинку

Browse files
Files changed (1) hide show
  1. style.css +1 -5
style.css CHANGED
@@ -1,11 +1,7 @@
1
  @import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
2
  body {
3
  scroll-behavior: smooth;
4
- background: linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)), url('https://7ya.fun/back.jpg');
5
- background-size: cover;
6
- background-position: center;
7
- background-attachment: fixed;
8
- background-repeat: no-repeat;
9
  }
10
  .video-container {
11
  aspect-ratio: 9/16;
 
1
  @import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
2
  body {
3
  scroll-behavior: smooth;
4
+ background: #1a1a2e;
 
 
 
 
5
  }
6
  .video-container {
7
  aspect-ratio: 9/16;