JJJewel Jeff-Onyegbuleinjeweljeff.hashnode.dev·Aug 19, 2022 · 2 min readBreaking Down Box-Shadow(Beginners).Box-Shadow As I began my CSS journey one of the CSS properties that really gave a hard time was Box-shadow. Let me not bore you with my depressing and confusing story. I know, it isn't always easy, sometimes we just need a little push, a little expla...00
JJJewel Jeff-Onyegbuleinjeweljeff.hashnode.dev·Jul 7, 2022 · 4 min readThe CSS Box Model(Beginners).The CSS Box Model In CSS, the term "box model" is used when talking about design and layout. The CSS box model is essentially a box that wraps around every HTML element. It consists of: margins, borders, padding, the actual content and height and wid...00
JJJewel Jeff-Onyegbuleinjeweljeff.hashnode.dev·Jun 28, 2022 · 5 min readHex Color Codes And Rgba Color Values.HEX COLOR CODES AND RGBA COLOR VALUES. HEX COLOR CODE: A hex color code is a 6-symbol code made of up to three 2-symbol elements. Each of the 2-symbol elements expresses a color value from 0 to 255. Element 1: Red value Element 2: Green value Elem...00
JJJewel Jeff-Onyegbuleinjeweljeff.hashnode.dev·Jun 26, 2022 · 2 min readHow to style HTML with external CSS.How to style HTML with external CSS. CSS is used to format the layout of a webpage. With CSS, you can control the color, font, and size of text, the spacing between elements, how elements are positioned and laid out, what background images or backgro...00
JJJewel Jeff-Onyegbuleinjewel90.hashnode.dev·Jun 24, 2022 · 2 min readHow To Style Html With External CssHOW TO STYLE HTML WITH EXTERNAL CSS CSS(Cascading style sheets) is used to format the layout of a webpage. With CSS, you can control the color, font, and size of text, the spacing between elements, how elements are positioned and laid out, what backg...00