celinah HF Staff commited on
Commit
0cab325
·
verified ·
1 Parent(s): 392f078

the background should be homogeneous and a bit more transparent

Browse files
Files changed (2) hide show
  1. index.html +1 -1
  2. style.css +1 -2
index.html CHANGED
@@ -10,7 +10,7 @@
10
  <script src="https://cdn.jsdelivr.net/npm/html2canvas@1.4.1/dist/html2canvas.min.js"></script>
11
  <script src="https://cdnjs.cloudflare.com/ajax/libs/gif.js/0.2.0/gif.js"></script>
12
  </head>
13
- <body style="font-family: 'Source Sans Pro', sans-serif; background-color: #ffd21e; background-image: url('https://static.photos/yellow/1200x630/42'); background-size: cover; background-attachment: fixed;">
14
  <div class="container" style="max-width: 1200px; margin: 0 auto; padding: 2rem;">
15
  <div style="text-align: center; margin-bottom: 3rem;">
16
  <h1 style="font-size: 2.5rem; font-weight: 900; color: #ffd21e; margin-bottom: 2rem;">
 
10
  <script src="https://cdn.jsdelivr.net/npm/html2canvas@1.4.1/dist/html2canvas.min.js"></script>
11
  <script src="https://cdnjs.cloudflare.com/ajax/libs/gif.js/0.2.0/gif.js"></script>
12
  </head>
13
+ <body style="font-family: 'Source Sans Pro', sans-serif; background: rgba(255, 210, 30, 0.85);">
14
  <div class="container" style="max-width: 1200px; margin: 0 auto; padding: 2rem;">
15
  <div style="text-align: center; margin-bottom: 3rem;">
16
  <h1 style="font-size: 2.5rem; font-weight: 900; color: #ffd21e; margin-bottom: 2rem;">
style.css CHANGED
@@ -1,7 +1,6 @@
1
 
2
  body {
3
- background-blend-mode: overlay;
4
- background-position: center;
5
  }
6
  /* Timeline item animations */
7
  .timeline-item {
 
1
 
2
  body {
3
+ background: rgba(255, 210, 30, 0.85);
 
4
  }
5
  /* Timeline item animations */
6
  .timeline-item {