Skip to content

Commit 9f62009

Browse files
authored
Update README.md
1 parent 91f9ef0 commit 9f62009

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,13 @@ font: font-style font-variant font-weight font-size/line-height font-family;
199199
* Adding the `z-index` to an element only has an effect, if the `position` property with a value different from `static` was applied to this element.
200200
* One exception from this behaviour is **flexbox**. Applying the `z-index` to `flex-items` (so the elements inside of the flex-container) will change the order of these items even if no position property was applied.
201201

202+
![image](https://github.com/actionanand/css-uhost/assets/46064269/d3d2a89b-8fcd-4e0f-9fd8-1019b42bd092)
203+
204+
![image](https://github.com/actionanand/css-uhost/assets/46064269/a74def38-45f2-4272-97cc-ea4f4a1a9830)
205+
206+
![image](https://github.com/actionanand/css-uhost/assets/46064269/94fcbbda-ffff-48ec-a6d5-4d98a0d0cbc8)
207+
208+
202209
[🔼Back to the top](#contents)
203210

204211
## Resources for Vite

0 commit comments

Comments
 (0)