We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 291880a + f120b8c commit 4995fd2Copy full SHA for 4995fd2
Source-Code/SplitLanding-Page/style.css
@@ -58,16 +58,13 @@ h1 {
58
.split {
59
position: absolute;
60
width: 50%;
61
- height: 50%;
+ height: 100%;
62
overflow: hidden;
63
}
64
65
.split.left {
66
left: 0;
67
- background: url(./assets/ps5.webp);
68
- background-repeat: no-repeat;
69
- background-size: cover;
70
- height: 100%;
+ background: url(./assets/ps5.webp) no-repeat center center/cover;
71
72
73
.split.left::before {
@@ -87,10 +84,7 @@ h1 {
87
84
88
85
.split.right {
89
86
right: 0;
90
- background: url(./assets/boxseries.jpeg);
91
92
93
+ background: url(./assets/boxseries.jpeg) no-repeat center center/cover;
94
95
96
.split.right::before {
0 commit comments