Fonts Download Resources
Here are some useful sites for fonts download: MaisFontsGoogle Fonts google-webfonts-helper (by Mario Ranftl)BigFontsite.com
Here are some useful sites for fonts download: MaisFontsGoogle Fonts google-webfonts-helper (by Mario Ranftl)BigFontsite.com
Icons Iconarchive.com Search through 735,802 icons / 2,458 iconsetsizes. IconScout.com Over 4.5 Million+ Design Assets Curated SVGs, Vector…
The issue The conventional method to embed a video on a website that YouTube offers is through the…
This article is based on the SASS official website: https://sass-lang.com/guide Install SASS There are many ways to install…
How to include jQuery and CSS in WordPress – The WordPress Way (2012, Ryan Sutana)Using popup to VIEW…
0. Introduction This article tries to answer some of the common questions related to font. Most of the…
Introduction This article describes 2 methods for creating buttons on web pages. Method 1 is applicable in all…
To add a button with a fixed postion on the page: <style> .fixRegBtn { position: fixed; right: 10px;…
Unicode-range is one of the properties in @font-face. It can be used to mix different font families within…
To hide an empty space at viewport width of 999px and below, create a class named as ".cu-es-hi-le999"…
In wordpress development, the selected theme employs large number of classes to style its elements. To distinguish the…
Center text within a container Use text-align: center; <div class="container"> <p>Text line in the center</p> </div> p {…
Above Fold for home page: Remove all empty space elements above and below the text column. Targeted width…
Reference: HTML5 Template: A Basic Boilerplate for Any Project <!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>The…
Gray Map - Add a class in the iframe. For example: <iframe class="cu-gmap" width="100%" ......</iframe> Then in CSS,…
Reference: Github css-letter-spacing (em) = ( XD character spacing / 1000 ) * 1em and css-letter-spacing (px) =…
1. Desktops, HDPI screen @media screen and (min-width: 1281px) { } 2. Laptops, iPAD Pro, MDPI screen @media…
To have a more precise control of the scrolling to an 'a' tag, or anchor point, two methods…