CSS Reverse Engineering for Facebook’s Main Feed
I just created Facebook's main feed, in CodePen, fully responsive design. With nicer CSS/HTML than the original one. Live in CodePen: https://codepen.io/elad2412/pen/GRoJxqG
I just created Facebook's main feed, in CodePen, fully responsive design. With nicer CSS/HTML than the original one. Live in CodePen: https://codepen.io/elad2412/pen/GRoJxqG
The box-model is one of the basics things in CSS and HTML. But even in 2020, lots of web developers don’t understand the idea of…
In this time of the coronavirus epidemic, a lot of our plans have canceled. From every bad situation, we need to try to see the…
In my new talk , I will explain you how the new world of CSIn my new talk, I will explain to you how the…
CSS Basics In 2020 there are a lot of developers and designers who want to learn the basics of CSS. In this series of articles,…
CSS has default keywords for various values. In this talk, I’m talking about four of them: initial, inherit, unset, and the new one revert. There’s…
Continue reading → The CSS Keywords That No One Really Understands!
How I Built a Pure CSS Game — No JS The dynamic of the internet is associated most of the time with JavaScript language. But it has been…
During these crazy times, of the Coronavirus pandemic, we, the web developers of the world, spend almost all-day at home. On one of those weekends,…
I just created Pure CSS Game! (No JS). Try, how many Coronavirus are you able to eliminate?😃 Full page game:https://codepen.io/elad2412/full/wvabjXyEditor view:https://codepen.io/elad2412/pen/wvabjXy https://codepen.io/elad2412/pen/wvabjXy
If you’re like the majority of readers, recreating CSS and HTML by reverse engineering might look suspicious to you, and you might wonder what could…