Auto commit: 2026-02-15T02:48:53.463Z
This commit is contained in:
parent
10ac40c6d1
commit
f4404a3c7e
BIN
assets/pasted-20260215-024434-5730389a.jpg
Normal file
BIN
assets/pasted-20260215-024434-5730389a.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 358 KiB |
38
index.php
38
index.php
@ -157,7 +157,7 @@ $liveIndex = get_live_index($schedule);
|
||||
.app-container {
|
||||
display: flex;
|
||||
width: 100%;
|
||||
max-width: 1400px;
|
||||
max-width: 1800px;
|
||||
height: auto;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
@ -167,6 +167,37 @@ $liveIndex = get_live_index($schedule);
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
.side-image-section {
|
||||
width: 100%;
|
||||
max-width: 320px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.side-image-card {
|
||||
background: rgba(255, 255, 255, 0.02);
|
||||
backdrop-filter: blur(20px);
|
||||
-webkit-backdrop-filter: blur(20px);
|
||||
border: 1px solid rgba(255, 255, 255, 0.08);
|
||||
border-radius: 40px;
|
||||
padding: 1rem;
|
||||
box-shadow: 0 40px 80px -20px rgba(0, 0, 0, 0.4);
|
||||
transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
|
||||
}
|
||||
|
||||
.side-image-card:hover {
|
||||
transform: translateY(-5px) rotate(1deg);
|
||||
border-color: var(--secondary-color);
|
||||
}
|
||||
|
||||
.side-img {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
border-radius: 32px;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.app-content {
|
||||
display: flex;
|
||||
gap: 3rem;
|
||||
@ -531,6 +562,11 @@ $liveIndex = get_live_index($schedule);
|
||||
|
||||
<div class="app-container">
|
||||
<div class="app-content">
|
||||
<div class="side-image-section">
|
||||
<div class="side-image-card">
|
||||
<img src="./assets/pasted-20260215-024434-5730389a.jpg" alt="Side Image" class="side-img">
|
||||
</div>
|
||||
</div>
|
||||
<section class="studio-section">
|
||||
<div class="studio-card">
|
||||
<div class="studio-tag">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user