diff --git a/index.html b/index.html index c2cd391..b6a994b 100644 --- a/index.html +++ b/index.html @@ -13,18 +13,65 @@
A CSS pseudo-element is a keyword added to a selector that lets you style a specific part of the selected element(s).
+ =======The element selector selects HTML elements based on the element name.
+The float property can be used to wrap text around images
+The opacity property sets the opacity level for an element. The opacity-level describes the transparency-level, where 1 is not transparent at all, 0.5 is 50% see-through, and 0 is completely transparent.
+The background-image property sets + one or more background images on an + element. +
+This property determines the weight (boldness) of the font. It is contingent on the font-family that is currently set. Example values include: normal, bold, lighter, bolder, 100, 900 etc.
+the box-shadow CSS property adds shadow effects around an elements frame
+A property which attaches a shadow effect to an element, default value is none. Varibales such as horizontal and vertical offset can be defined, along with blur, spread and color, amongst others.
+CSS padding properties are used to generate space around an element's content, inside of any defined borders.
+ + oct-22- Inline elements do not generate a line-break before or after - themselves. The next element will be in the same line, as long - as there's enough space and no other properties stating - otherwise. You cannot adjust the height and width of these - elements. -
-- Displays an element as a block. It starts on a new line, and - takes up the whole width of the line. -
-- Absolute Positioning is a web design technique that involves - “breaking the grid” using absolute Positioning for elements. - This helps create a unique and memorable design while offering a - visually compelling user experience. -
-The z-index CSS property sets the z-order of a positioned element and its descendants or flex items. Overlapping elements with a larger z-index cover those with a smaller one.
+