Diamond and Star shapes can also be formed using CSS. This article will guide you to define CSS properties to create Diamond and Star
Category » HTML – CSS
CSS Shapes – Square Rectangle Parallelogram Trapezoid and Polygons
We are covering how to create Square, Rectangle, Parallelogram, Trapezoid and Polygons Shapes using CSS here. It’s third part in this series of articles ‘CSS Shapes’.
CSS Shapes – Triangle
It’s the second part of CSS Shapes. In this tutorial we are discussing about drawing another CSS Shapes – Triangle. Triangles also can be used as arrow as per your requirements.
CSS Shapes – Circle
In this multi-part tutorial we will use CSS properties to draw various shapes like circles, triangles, rectangles, squares, polygon, stars, diamonds, charts and much more. In this first part we will start with CSS Shapes – Circle and various forms of circle.
What is RGBA in CSS
Many beginners use color name or RGB hexadecimal value of color to define CSS color properties and they are unaware of functional notation of RGBA color model. So in this article we tried to let them understand what is RGBA in CSS?
How to Change Selection Color in Browser Using CSS
Here is the code to change selection color in browser using CSS:
::-moz-selection { background-color: #ff6200; color: #fff; } ::selection { background-color: #ff6200; color: #fff; }
How to Find Errors in CSS
There are many tools to find errors in CSS documents and fix them ranging from syntax checking, spelling mistakes to compatibility and performance issues.
How to Redirect URL
There are several ways to redirect a user from one URL to another. There might be several reasons to do this. I am describing different ways to redirect a URL or page quickly and seamlessly including redirect URL using JavaScript, use a meta tag, redirect using an htaccess file, redirection using PHP and finally redirect URL in WordPress.
One Sided or Two Sided Box Shadow in CSS
Today, we will learn how to apply shadows to to a box only or one or two edges. First of all we will learn what is box shadow and then will look at different examples to apply them either one side or two sides to a box. Also remember, there is no support in IE8 and previous version.
Display home featured page’s image in Customizr Theme
Customizr Theme has a nice feature to display images of featured pages at your home page as well as it allows you to add slider on each page/post. Sometimes the featured page images don’t appear at all even after configuring featured pages option in Customizr Theme,