nics
@niccalaodenioAll comments
- @YizhuoZhang3Submitted over 2 years ago@niccalaodenioPosted over 2 years ago
great work! :) i think you should add main tag in your html structure
1 - @ramiroHuizar96Submitted almost 3 years ago
One thing I could not figure out is how to insert the triangle at the bottom of the "185 GB" bubble when in desktop mode. Any advice would be highly appreciated!
@niccalaodenioPosted almost 3 years agodon't use the <ul> tag to contain an <img> you can use <div> as container
Marked as helpful0 - @ramiroHuizar96Submitted almost 3 years ago
One thing I could not figure out is how to insert the triangle at the bottom of the "185 GB" bubble when in desktop mode. Any advice would be highly appreciated!
@niccalaodenioPosted almost 3 years agoyou can use position property so that it can be position properly, set the container to relative then absolute for the element that contain the number which is the 185 GB left. then if it is positioned well you can apply the ::after pseudo element to put the triangle. Hope I can help, thank you! You can check my solution, just visit this link https://github.com/niccalaodenio/fylo-data-storage-component-master
Marked as helpful0 - @RubenRibeiro13Submitted almost 3 years ago
- @arsalgrakhmanSubmitted almost 3 years ago