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
-
-
3 Ways to Vertically center text | CSS Only
Image or content are the soul of any website. Therefore content and images should be properly aligned according to content. To align center we use CSS property text-align:center or margin:auto. But making things vertically center is not so easy. Here we will discuss the different ways of making objects vertically…
-
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…
-
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…
-
Custom radio button CSS only | Custom Checkbox CSS only
Why form elements are necessary? The most important thing of any website is our form elements. You might be wondering that how form elements are most important. Form elements are used to get input data from website user, therefore forms elements must be beautiful and similar to website theme to…
-
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…
-
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…