0
Bootstrap/css cards design
Does anyone know how to design css card like this. I don't know if it is possible only using bootstrap or we need to use other tools also. https://drive.google.com/file/d/12Z2wIBaWgjQxdgariWAfMeecrJiXbkXI/view?usp=drivesdk
4 Answers
+ 2
https://code.sololearn.com/WtN168FNROxu/?ref=app
+ 1
Shady question. Looking to notify you via email identifying my google email.
Can you not demonstrate code for your question on what is a coding platform after all?
0
Xyenia can you check the link again.
0
Bootstrap not needed. If I were to make that, the yellow box would be a DIV styled with CSS and BORDER RADIUS property.
The blue box would be another DIV with position:absolute and a z-index attribute just to make the blue box the topmost layer. Again using border radius for the rounded corners .
HTML to make the DIVs
CSS to style and position them.
That would be my approach .