BOBolaji Oladimejiinbolaji.hashnode.dev·Nov 1, 2020 · 4 min readCSS Grid SummaryCSS GRID Grid Layout The CSS Grid Layout Module offers a grid-based layout system, with rows and columns, making it easier to design web pages without having to use floats and positioning. Grid Elements A grid layout consists of a parent element, wi...01J
BOBolaji Oladimejiinbolaji.hashnode.dev·Oct 31, 2020 · 1 min readCSS Linear Gradient (Summary)CSS Gradients CSS gradients let you display smooth transitions between two or more specified colors. CSS Gradient Types: Linear Gradients (goes down/up/left/right/diagonally) Radial Gradients (defined by their center) Linear Gradients Syntax back...00