@matthewstillwell
UI Guy / JSLearner
Nothing here yet.
Nothing here yet.
No blogs yet.
or: "Can native html video player be enhanced to make a youtube like video player?" Looking for some tips on how I can approach to making a youtube like feature rich video player... Can the native html video player be enhanced to make something like ...
When two elements are stacked on top of each other and both have some margin, you would expect that the space between the elements would be equal to the total margin; This does not happen though, the resultant margin is something ambiguous. This marg...
I came across this neat CSS property called Counters which in essence lets you count things. I'm thinking of the possibilities it has.. like maybe clubbing it with CSS variables or something? What are some cases where Counters can be useful?
Ever since I've started using Flexbox, I find myself using it everywhere, even in places where the traditional approach still works perfectly. Take the traditional float:left/right case for example; I'm finding myself writing display:flex and justify...