Skip to content

Start Debugging

Start Debugging

CSS

CSS

3D Animations Using Pure CSS3

ByMarius Bughiu March 4, 2012November 5, 2023

What determined me to write this post and a few others was this page (works in Chrome and Safari only). Amazing what you can do by using only CSS. So, let’s take a look under the hood – the css for that effect looks like this: Kind of messy. But if we strip out the…

Read More 3D Animations Using Pure CSS3Continue

CSS

CSS Textured / Noisy Gradient Background

ByMarius Bughiu March 2, 2012November 5, 2023

Textured gradient backgrounds are made by using gradients and noise images. For CSS gradients you can use a generator like this one. For noise images, again, you can use this noise generator. The trick for making textured backgrounds lays in combining the CSS background properties. Instead of using only gradients as a background or only…

Read More CSS Textured / Noisy Gradient BackgroundContinue

CSS

CSS How to use Custom Fonts

ByMarius Bughiu March 2, 2012November 5, 2023

CSS3 allows the use of custom fonts trough the @font-face rule. They are really easy to add and the syntax looks like this: This declares a font for use within your web page. An example would be: Now to apply the custom font to your text you can use the font-family property: A great source…

Read More CSS How to use Custom FontsContinue

© 2025 Start Debugging - Privacy policy

Exit mobile version