ZeℽƑoאָ⭐⃤「𝕆𝕗𝕗」
ZeℽƑoאָ⭐⃤「𝕆𝕗𝕗」
KPCKevin Powell - Community
Created by vert_Nk26☑ on 12/10/2023 in #front-end
feedback
for me you do to add hover effect
17 replies
KPCKevin Powell - Community
Created by ZeℽƑoאָ⭐⃤「𝕆𝕗𝕗」 on 12/10/2023 in #front-end
how to have a better effect of perspective in 2nd card ?
but no
5 replies
KPCKevin Powell - Community
Created by ZeℽƑoאָ⭐⃤「𝕆𝕗𝕗」 on 12/10/2023 in #front-end
how to have a better effect of perspective in 2nd card ?
use scale ok
5 replies
KPCKevin Powell - Community
Created by ZeℽƑoאָ⭐⃤「𝕆𝕗𝕗」 on 12/10/2023 in #front-end
how to have a better effect of perspective in 2nd card ?
i didn't understand
5 replies
KPCKevin Powell - Community
Created by ZeℽƑoאָ⭐⃤「𝕆𝕗𝕗」 on 12/3/2023 in #front-end
Why my text is laggy like that? When I hover
same for the color blue
22 replies
KPCKevin Powell - Community
Created by ZeℽƑoאָ⭐⃤「𝕆𝕗𝕗」 on 12/3/2023 in #front-end
Why my text is laggy like that? When I hover
when I zoom on the page and I do the hover there is no longer this problem
22 replies
KPCKevin Powell - Community
Created by ZeℽƑoאָ⭐⃤「𝕆𝕗𝕗」 on 12/3/2023 in #front-end
Why my text is laggy like that? When I hover
ah
22 replies
KPCKevin Powell - Community
Created by ZeℽƑoאָ⭐⃤「𝕆𝕗𝕗」 on 12/3/2023 in #front-end
Why my text is laggy like that? When I hover
yes me too i don't understand why the text is like that
22 replies
KPCKevin Powell - Community
Created by ZeℽƑoאָ⭐⃤「𝕆𝕗𝕗」 on 12/3/2023 in #front-end
Why my text is laggy like that? When I hover
same @MarkBoots
22 replies
KPCKevin Powell - Community
Created by ZeℽƑoאָ⭐⃤「𝕆𝕗𝕗」 on 12/3/2023 in #front-end
Why my text is laggy like that? When I hover
i install
22 replies
KPCKevin Powell - Community
Created by ZeℽƑoאָ⭐⃤「𝕆𝕗𝕗」 on 12/3/2023 in #front-end
Why my text is laggy like that? When I hover
no
22 replies
KPCKevin Powell - Community
Created by ZeℽƑoאָ⭐⃤「𝕆𝕗𝕗」 on 12/3/2023 in #front-end
Why my text is laggy like that? When I hover
i test on chrome and opera
22 replies
KPCKevin Powell - Community
Created by ZeℽƑoאָ⭐⃤「𝕆𝕗𝕗」 on 12/3/2023 in #front-end
Why my text is laggy like that? When I hover
same
22 replies
KPCKevin Powell - Community
Created by ZeℽƑoאָ⭐⃤「𝕆𝕗𝕗」 on 12/3/2023 in #front-end
Why my text is laggy like that? When I hover
i will try thx
22 replies
KPCKevin Powell - Community
Created by ZeℽƑoאָ⭐⃤「𝕆𝕗𝕗」 on 12/3/2023 in #front-end
Why my text is laggy like that? When I hover
<div class="card2">
<h1>Quels jeux ?</h1>
<p>Vous pouvez <span class="redtext">télécharger</span> les jeux : <span class="yellowtext">PS3</span>, <span class="yellowtext">PS2</span>, <span class="yellowtext">PS1</span>, <span class="yellowtext">PSP</span>, <span class="yellowtext">PSP MiniS</span>, <span class="yellowtext">SNES</span>, <span class="yellowtext">Rétro</span>, <span class="yellowtext">Ports</span> et des <span class="greentext">émulateurs</span>.</p>
</div>
<div class="card2">
<h1>Quels jeux ?</h1>
<p>Vous pouvez <span class="redtext">télécharger</span> les jeux : <span class="yellowtext">PS3</span>, <span class="yellowtext">PS2</span>, <span class="yellowtext">PS1</span>, <span class="yellowtext">PSP</span>, <span class="yellowtext">PSP MiniS</span>, <span class="yellowtext">SNES</span>, <span class="yellowtext">Rétro</span>, <span class="yellowtext">Ports</span> et des <span class="greentext">émulateurs</span>.</p>
</div>
22 replies
KPCKevin Powell - Community
Created by ZeℽƑoאָ⭐⃤「𝕆𝕗𝕗」 on 12/3/2023 in #front-end
Why my text is laggy like that? When I hover
the part of the code
22 replies
KPCKevin Powell - Community
Created by ZeℽƑoאָ⭐⃤「𝕆𝕗𝕗」 on 12/3/2023 in #front-end
Why my text is laggy like that? When I hover
.card1, .card2, .card3, .card4{
position: absolute;
transform: translate(-50%);
background-color: #303030;
border-radius: 10px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
cursor: pointer;
transition: 300ms ease;
width: 400px;
height: 200px;
}
.card1 {
top: 100px; left: 32%;
}

.card2 {
top: 200px; left: 68%;
}

.card3 {
top: 360px; left: 32%;
}

.card4 {
top: 450px; left: 68%;
}
.card1:hover,
.card2:hover,
.card3:hover,
.card4:hover {
transform: translate(-50%) scale(1.1);
}
.redtext {
color: #ff2511;
}
.card1, .card2, .card3, .card4{
position: absolute;
transform: translate(-50%);
background-color: #303030;
border-radius: 10px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
cursor: pointer;
transition: 300ms ease;
width: 400px;
height: 200px;
}
.card1 {
top: 100px; left: 32%;
}

.card2 {
top: 200px; left: 68%;
}

.card3 {
top: 360px; left: 32%;
}

.card4 {
top: 450px; left: 68%;
}
.card1:hover,
.card2:hover,
.card3:hover,
.card4:hover {
transform: translate(-50%) scale(1.1);
}
.redtext {
color: #ff2511;
}
22 replies
KPCKevin Powell - Community
Created by ZeℽƑoאָ⭐⃤「𝕆𝕗𝕗」 on 12/3/2023 in #front-end
Why my text is laggy like that? When I hover
ok wait
22 replies
KPCKevin Powell - Community
Created by ZeℽƑoאָ⭐⃤「𝕆𝕗𝕗」 on 12/3/2023 in #front-end
Why my text is laggy like that? When I hover
red text
22 replies