-
- Disclosure: Some of the links on this web site are "affiliate links." This means if you click on an affiliate link and purchase an item, I will receive a small affiliate commission.
-
What's new
- Parallels Desktop 20.1.0 Available – AI-Powered Writing Tools for Windows Apps and Save 25%
- Parallels Desktop 20 Released with Parallels AI AI Development Package
- O&O Defrag 29 available: with O&O VisualDisk and ARM support
- Vision FX 2.0 – the local AI alternative for artistic photo art
- CorelDRAW: new version with extensive Pantone color palette and improvements to the Paint Brush tool
- Advertisement
WebSite X5 Offer
Create professional websites and online shops without programming:
Nero Platinum Suite
New: Corel Painter 2023
Tag Archives: CSS
Using CSS box-shadow – Properties and Examples
The box-shadow property is a shorthand property used to apply a set values for horizontal and vertical displacement, blur amount, spread, color and position to an element. Multiple box-shadows can be declared, each set separated by a comma. In the … read on
Posted in Tutorials
Tagged CSS, CSS 3, css reference
Periodic Table of HTML Elements
A fine idea and interpretation of HTML elements in the well known format of a periodic table is a nice find. Over at JoshDruck.com you can find just that. Displayed in a very clean and organized format and sorted and … read on
Posted in Articles
Tagged CSS, good to know
How to Spice-Up your Social Icon Lists using CSS 3
This is the last part of the tutorial series on how to use unordered lists and a little CSS to create nice looking Social Icon lists. In this tutorial we’re going to create a social icon block using an unordered … read on
Add Focus Glow on Input Fields
Adding effects to input fields helps your users to find their way around. Using the CSS property, box-shadow, you can create a nice subtle glow effect, in CSS 3 supporting browsers, when an input field is given focus. Set standard properties … read on
Embossed Letterpress Text Effects with CSS
Embossed, letterpress text effects can be created as graphic work, but with just a few lines of CSS code, you can also create a this popular effect directly in your CSS code. This example covers how this can be done … read on
Create an Animated CSS Block
Displaying your social bookmark icons in a simple, animated CSS block is sometimes just what you need. In this tutorial we’re going to create that with just an unordered list, a few lines of code, CSS styles, including CSS 3, … read on
How to Wrap Very Long Words and Strings Using CSS
Long words and paths can be a problem but can be easily controlled or forced to either wrap around to fit inside the container’s width or to create a scrolling area in which long strings or words are preserved, but … read on
Posted in Articles
Tagged CSS, white-space, word-wrap
Create an Expandable Button Using CSS border-image
Using a small image together with the CSS border-image property, it’s possible to create a flexible button that will expand to hold differing content lengths or to allow for text sizes depending on a users custom settings. In this experiment … read on
Posted in Articles
Tagged border-image, CSS, CSS 3