We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5abd530 commit 5029387Copy full SHA for 5029387
082-parallax landing page/style.css
@@ -69,7 +69,7 @@ ul {
69
.section-top {
70
min-height: 200px;
71
padding-top: 20px;
72
- background: url("https://i.ibb.co/kGKSxTd/bg1.png") no-repeat center
+ background: url("https://i.ibb.co/NTFtY8q/bg1.png") no-repeat center
73
bottom/cover;
74
}
75
@@ -92,7 +92,7 @@ ul {
92
93
.section-stream {
94
min-height: 400px;
95
- background: url("https://i.ibb.co/p2JjTkj/bg2.png") no-repeat center top/cover;
+ background: url("https://i.ibb.co/sQFBGNC/bg2.png") no-repeat center top/cover;
96
97
98
.section-stream h2 {
@@ -108,7 +108,7 @@ ul {
108
109
.section-stream .content > div,
110
.section-grid > div {
111
- background: rgba(18, 13, 33, 0.3);
+ background: rgba(18, 13, 33, 0.9);
112
padding: 20px;
113
margin-bottom: 20px;
114
border-radius: 10px;
0 commit comments