Questions tagged [card]
400 questions
-2
votes
1 answer
How to minimize detail text in a card?
I'm beginner in codeigniter 4. So I made a card for event, and the description of the event is long. When I try to put the event data from database to the card, the card is like this (the long of the card depends on the long of the description…

uul
- 9
- 5
-2
votes
1 answer
How to achieve this given css glass effect with color that is leaking?
I want to recreate this glassy card, but I don't know how to achieve this I can get the glassy effect but can't achieve this blur color effect and I used backdrop filter property of CSS but it's not working

Mohit Rakh
- 25
- 2
-2
votes
1 answer
Cards in Bokeh Python application
I am creating a Bokeh application in Python and was just wondering if there are any equivalence to Shiny Dashboard Info Cards for Bokeh applications / dashboards. I can see that there are cards from the dashboard example (top of the dashboard) on…

Minh Chau
- 83
- 4
-2
votes
1 answer
Need help in creating a selectable Card React component
I am trying to create a selectable Card component, meanwhile when I click the button the border changes to all the elements.. I need a one selection at the time, so when I select the first card, the second and third get no border around.
here is the…

Adrian Gorgos
- 49
- 5
-2
votes
1 answer
Python card game efficiency
I'm working on a card game in python. I already made a card Class and a deck Class. I'm using pygame so i made a function that turns string card suits to symbols to display them on top of the cards. My question is that is it more efficiency to write…

uninformed
- 1
- 1
-2
votes
2 answers
How align 6 cards and 3 cards on the same row
I have 6 cards now and I want to align 3 cards on the row so we will have 2 rows total.
My code is here https://codesandbox.io/s/card-tykr9?file=/src/App.js
Can someone stop by for help?

Sunny
- 123
- 1
- 3
- 13
-2
votes
1 answer
Is it possible to make transportation card from used cards with nfc function?
Okay, I am not a expert, so I may not know the concept of nfc at all.
Anyway I have various used credit cards which have nfc chips for transportation.
These cards are expired, but I thought that I could still use the nfc.
So I tried to rewrite the…
-3
votes
1 answer
How to create this in flutter
enter image description here
I have tried different ways like transform and rotation but not able do it

user2452263
- 11
- 1
-3
votes
1 answer
HTML card with title, image on left and text on the right
I'm trying to make an HTML card following this, but I want the layout to be as the following image:
I still want the card effects (shadow border, hovering), and I'd like it to always keep the images at the same width.
This is my code: