[hideprofile]
[html]
<style>
.cont {
height: 200px;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
background: url("https://i.pinimg.com/736x/9f/aa/89/9faa89c554de9aa23345b1865431e4de.jpg");
background-size: cover;
background-position: center;
}
.divG {
display: flex;
justify-content: center;
align-items: center;
height: 100px;
width: 500px;
margin: 0px auto;
background-color: rgba(255, 255, 255, 0.2);
backdrop-filter: blur(5px);
border-radius: 1rem;
font-size: 24px;
color: var(--color-main);
font-family: var(--font-title);
letter-spacing: 2px;
}
.person {
display: inline-block;
width: 220px;
left: 40px;
position: relative;
}
.container {
border-radius: 50%;
height: 240px;
-webkit-tap-highlight-color: transparent;
transform: scale(0.48);
transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
width: 300px;
position: relative;
left: -90px;
}
.container:after {
background-color: #f2f2f2;
content: "";
height: 10px;
position: absolute;
top: 390px;
width: 100%;
}
.container:hover {
transform: scale(0.54);
}
.container-inner {
clip-path: path(
"M 390,400 C 390,504.9341 304.9341,590 200,590 95.065898,590 10,504.9341 10,400 V 10 H 200 390 Z"
);
position: relative;
transform-origin: 50%;
top: -260px;
}
.circle {
background-color: #fee7d3;
border-radius: 50%;
cursor: pointer;
height: 380px;
left: 10px;
pointer-events: none;
position: absolute;
top: 210px;
width: 380px;
}
.img {
pointer-events: none;
position: relative;
transform: translateY(20px) scale(1.15);
transform-origin: 50% bottom;
transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.container:hover .img {
transform: translateY(0) scale(1.2);
}
.img2 {
left: 20px;
top: 220px;
width: 310px;
}
.divider {
background-color: #ca6060;
height: 1px;
width: 180px;
}
.name {
color: #404245;
font-size: 20px;
font-weight: 600;
margin-top: 16px;
text-align: center;
width: 180px;
}
.title2 {
color: #6e6e6e;
font-family: arial;
font-size: 14px;
font-style: italic;
margin-top: 4px;
width: 180px;
text-align: center;
}
.tx{
color: var(--color-border);
font-size: 12px;
margin-top: 4px;
width: 180px;
text-align: justify;
height: 100px;
background: var(--color-white);
overflow: auto;
text-wrap: wrap;
}
::-webkit-scrollbar {
width: 2px;
}
</style>
<div class=cont>
<div class=divG>
<p>Акции</p>
</div>
</div>
<div class="person">
<div class="container">
<div class="container-inner">
<img
class="circle"
src="https://i.pinimg.com/736x/f7/4d/40/f74d40137a3fe688786dfda6bd1d8db0.jpg"
/>
<img
class="img img2"
src="https://upforme.ru/uploads/0018/62/1b/2/713641.png"
/>
</div>
</div>
<div class="divider"></div>
<div class="name">Королева</div>
<div class="title2">Глория</div>
<div class="tx">Страна эта протянулась на 40 миль от Лисьих Ложков до Брендидуинского Моста и на 50 миль — от западных взгорий до болот на юге.</div>
</div>
<div class="person">
<div class="container">
<div class="container-inner">
<img
class="circle"
src="https://i.pinimg.com/736x/f6/44/c7/f644c7ff4b1e58c252af7be03b98e787.jpg"
/>
<img
class="img img2"
src="https://upforme.ru/uploads/0018/62/1b/2/345127.png"
/>
</div>
</div>
<div class="divider"></div>
<div class="name">Дракон</div>
<div class="title2">Уран</div>
<div class="tx">Страна эта протянулась на 40 миль от Лисьих Ложков до Брендидуинского Моста и на 50 миль — от западных взгорий до болот на юге.</div>
</div>
<div class="person">
<div class="container">
<div class="container-inner">
<img
class="circle"
src="https://i.pinimg.com/1200x/e7/fd/31/e7fd31d98ceeb77fdd25b5e4017a286b.jpg"
/>
<img
class="img img2"
src="https://upforme.ru/uploads/0018/62/1b/2/630990.png"
/>
</div>
</div>
<div class="divider"></div>
<div class="name">Генерал</div>
<div class="title2">Венера</div>
<div class="tx">Страна эта протянулась на 40 миль от Лисьих Ложков до Брендидуинского Моста и на 50 миль — от западных взгорий до болот на юге.</div>
</div>
<div class="person">
<div class="container">
<div class="container-inner">
<img
class="circle"
src="https://i.pinimg.com/1200x/47/db/c9/47dbc9e87894311ed9c03653811c444f.jpg"
/>
<img
class="img img2"
src="https://upforme.ru/uploads/001c/1e/87/2/743433.png"
/>
</div>
</div>
<div class="divider"></div>
<div class="name">Мяу</div>
<div class="title2">Плутон</div>
<div class="tx">Страна эта протянулась на 40 миль от Лисьих Ложков до Брендидуинского Моста и на 50 миль — от западных взгорий до болот на юге.</div>
</div>
[/html]









