Bootstrap/css cards design | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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

6th Oct 2019, 9:45 PM
harshit
harshit - avatar
4 Answers
+ 2
https://code.sololearn.com/WtN168FNROxu/?ref=app
7th Oct 2019, 12:20 PM
Calviղ
Calviղ - avatar
+ 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?
6th Oct 2019, 10:58 PM
Xyenia 🦉
Xyenia 🦉 - avatar
0
Xyenia can you check the link again.
6th Oct 2019, 11:01 PM
harshit
harshit - avatar
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 .
6th Oct 2019, 11:08 PM
Xyenia 🦉
Xyenia 🦉 - avatar