|
1 | 1 | @import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
|
2 | 2 |
|
3 | 3 | :root {
|
4 |
| - --left-bg-color: rgba(87, 84, 236, 0.7); |
5 |
| - --right-bg-color: rgba(43, 43, 43, 0.8); |
6 |
| - --left-btn-hover-color: rgba(87, 84, 236, 1); |
7 |
| - --right-btn-hover-color: rgba(28, 122, 28, 1); |
8 |
| - --hover-width: 75%; |
9 |
| - --minimize-width: 25%; |
10 |
| - --transition-speed: 1s; |
| 4 | + --left-bg-color: rgba(97, 135, 160, 0.7); |
| 5 | + --right-bg-color: rgba(97, 96, 50, 0.8); |
| 6 | + /* Change Button Styling */ |
| 7 | + --left-btn-hover-color: rgba(40, 61, 74, 1); |
| 8 | + --right-btn-hover-color: rgba(24, 24, 13, 1); |
| 9 | + /* Modify Hover Widths */ |
| 10 | + --hover-width: 60%; |
| 11 | + --minimize-width: 40%; |
| 12 | + /* Adjust Transition Speed */ |
| 13 | + --transition-speed: 0.5s; |
11 | 14 | }
|
12 | 15 |
|
13 | 16 | * {
|
|
40 | 43 | left: 50%;
|
41 | 44 | top: 40%;
|
42 | 45 | transform: translateX(-50%);
|
43 |
| - border: #fff solid 0.2rem; |
| 46 | + border: rgba(255, 255, 255, 0.25) solid 0.2rem; |
44 | 47 | text-decoration: none;
|
45 | 48 | font-size: 1rem;
|
46 | 49 | font-weight: bold;
|
|
75 | 78 |
|
76 | 79 | .split.left {
|
77 | 80 | left: 0;
|
78 |
| - background: url("https://images.unsplash.com/photo-1606144042614-b2417e99c4e3?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80") |
| 81 | + /* Use Different Background Images */ |
| 82 | + background: url("https://images.unsplash.com/photo-1542914119-8da84e777eb4?ixlib=rb-1.2.1&ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&auto=format&fit=crop&w=1762&q=80") |
79 | 83 | no-repeat center / cover;
|
80 | 84 | }
|
81 | 85 |
|
|
89 | 93 |
|
90 | 94 | .split.right {
|
91 | 95 | right: 0;
|
92 |
| - background: url("https://images.unsplash.com/photo-1607853827120-6847830b38b0?ixlib=rb-1.2.1&ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&auto=format&fit=crop&w=1762&q=80") |
| 96 | + background: url("https://images.unsplash.com/photo-1464822759023-fed622ff2c3b?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80") |
93 | 97 | no-repeat center / cover;
|
94 | 98 | }
|
95 | 99 |
|
|
0 commit comments