Tigersman commited on
Commit
3b97379
·
verified ·
1 Parent(s): 2ac657a

Don't like background of the image layout

Browse files
Files changed (1) hide show
  1. style.css +2 -3
style.css CHANGED
@@ -167,7 +167,6 @@ body {
167
  flex-direction: column;
168
  position: relative;
169
  }
170
-
171
  .placeholder-image::before {
172
  content: "";
173
  position: absolute;
@@ -175,7 +174,7 @@ body {
175
  left: 0;
176
  width: 100%;
177
  height: 100%;
178
- background-image: url('http://static.photos/technology/375x320/46');
179
  background-size: cover;
180
  background-position: center;
181
  background-repeat: no-repeat;
@@ -191,7 +190,7 @@ body {
191
  left: 0;
192
  width: 100%;
193
  height: 100%;
194
- background: rgba(124, 58, 237, 0.1);
195
  z-index: 2;
196
  display: flex;
197
  flex-direction: column;
 
167
  flex-direction: column;
168
  position: relative;
169
  }
 
170
  .placeholder-image::before {
171
  content: "";
172
  position: absolute;
 
174
  left: 0;
175
  width: 100%;
176
  height: 100%;
177
+ background: linear-gradient(135deg, rgba(124, 58, 237, 0.1), rgba(79, 70, 229, 0.1));
178
  background-size: cover;
179
  background-position: center;
180
  background-repeat: no-repeat;
 
190
  left: 0;
191
  width: 100%;
192
  height: 100%;
193
+ background: linear-gradient(135deg, rgba(124, 58, 237, 0.2), rgba(79, 70, 229, 0.2));
194
  z-index: 2;
195
  display: flex;
196
  flex-direction: column;