CSS Only

  • CSS Only - UI Developer

    Video Gallery Using CSS only

    Since we are working on the series of CSS only things to provide alternatives for JavaScript & jQuery. We are here with our next article, where we will create YouTube video gallery without using CSS. Video gallery is a very common features of our website and for this we use…

  • CSS Only

    CSS only accordion with sliding effect

    Accordions are useful when we have lots of content and limited amount of space to show. User can toggle between hiding and showing large amount of content. It increase the focus and readablity for content. We mostly use jQuery and Javascript to create accordion on webpages. It increase the dependcy…

  • CSS Only - UI Developer

    A Very Simple Popup Box with CSS only

    Popup is the most common behavior for any website. Popup’s are using to provide any specific information or user flow like login, register etc. Popup’s are generally created using scripts or plugins like bootstrap. Today we learn how to create popup with functionality with CSS only. We would not use…

  • CSS Only

    Custom Upload Control with Text

    Upload input field is essential part of user input in web form. It becomes must when we ask users to provide more data it could be related to him or his work. When we use input type file it gives us two things one is browse button and space where…

  • CSS Only

    Equal height column Problem – Solved

    Coloumn structure is very in web layouts. CSS framework become popular because they overcome the issue creating coloums. We just use their classes and coloum is ready to use. But one issue is not fixed by these framework is have coloum of same height. It becomes very painfull task specially…