Learn Websites Design

Learn to build beautiful websites like I do.

CSS: Blur Effect

.bg-blur {

backdrop-filter: blur(8px);

-webkit-backdrop-filter: blur(8px);

}

CSS: Smooth Scroll

html {

scroll-behavior: smooth;

}

CSS: Custom Column Order

@media (max-width: 768px) {

.col-ord.c-row > .inner {

flex-direction: column-reverse;

}

}

Zaka Ullah

© COPYRIGHT 2024

Privacy Policy