DF
@FengDennyAll solutions
- Submitted 4 months ago
Overcoming Data Filtering Challenges: Creating Dynamic Tablet Ordering
- HTML
- CSS
- JS
At the moment, none.
- Submitted 5 months ago
Crafting a Seamless E-Commerce Experience: Reusable Components
- HTML
- CSS
- JS
At the moment, none.
- Submitted 6 months ago
Flexbox and Nested Flexboxes CSS Social Links Profile Card
- HTML
- CSS
Since, I used
abbr
tag with atitle
, the text is presented by browsers as atooltip
when the mouse cursor is hovered over the element.Without using
Vanilla JavaScript
, how can I style this default tooltip using onlyCSS
? - Submitted 6 months ago
Flexbox and Nested Flexboxes CSS Blog Card
- HTML
- CSS
I wanted to know why
@font-face
rule didn't load correctly. Here is the code snippet:@font-face { font-family: 'Figtree'; src: url('/assets/fonts/static/Figtree-ExtraBold.ttf') format('truetype'), url('/assets/fonts/static/Figtree-SemiBold.ttf') format('truetype'), url('/assets/fonts/Figtree-Italic-VariableFont_wght.ttf') format('truetype'), url('/assets/fonts/Figtree-VariableFont_wght.ttf') format('truetype'); }
- Submitted 6 months ago
Responsive card challenge created from Figma design
- HTML
- CSS
I would like some feedback's on my CSS code and in what way, can I have written it differently to yield the same result: CSS Code