Skip to content

EMMANUEL-SUNMBOLA/csstricks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSS TRICKS

AIM

  • This is a collection of effects, designs, or anything cool I found
  • If you have any trick to share or a better way to do any trick feel free to pull-request

Estimated Time

  • Nan

TRICKK #1

  • An hidden text
  • A hidden div with a text that will be displayed when hovered
  • It is done by playing with its opacity and adding a background-color somehow transparent
  • check the scss and html for further understanding

TRICKK #2

  • A circular progress-bar
  • you need to know a little Javascript, css conic gradient, how piecharts work
  • The inner circle sits ontop of the outer circle, then the outer circle's background will change when we convert the percentage given to an angle that is then used for the Conic-Gradient

TRICKK #3

  • A flip-card
  • When the card is hovered it flips between its faces
  • for more infor check w3schhols

Releases

No releases published

Packages

No packages published