Skip to content

Update readme.md #13

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,10 @@ Text Overflow `text-overflow: clip | ellipsis | string | initial | inherit`

Text Shadow `text-shadow: h-shadow v-shadow blur-radius color | none | initial | inherit`

Letter Spacing `letter-spacing: normal | length | initial | inherit`

Word Spacing `word-spacing: normal | length | initial | inherit;`

### Position

Position `position: static | relative | absolute | fixed | sticky`
Expand Down Expand Up @@ -150,6 +154,8 @@ Border Style `border-style: none | hidden | dotted | dashed | solid | double | g

Border Width `border-width: 10px`

Border Radius `borded-radius: 1em`

### List Styling

List Type `list-style-type: disc | circle | square | none`
Expand Down Expand Up @@ -178,6 +184,8 @@ Flex Shrink `flex-shrink: 1`

Flex Basis `flex-basis: 3px | auto`

Flex Shorthand `flex: Flex Grow | Flex Shrink | Flex Basis`

Align Self `align-self: auto | flex-start | flex-end | center | baseline | stretch`

### CSS Grid
Expand Down