Swapna Kumar Panda ๎จ€ Profile picture
Mar 23 โ€ข 10 tweets โ€ข 2 min read
๐Ÿ’Ž 60+ CSS Shorthand Properties : Cheat Sheet Here are 63 shorthand properties in CSS.  1 all 2 background
๐ŸŒ† Direct Link for High Resolution Image

If you liked this one, give a โญ๏ธ to this GitHub repo to support my work.

โœง Direct Link:
github.com/swapnakpanda/Iโ€ฆ
Do you want this entire list in text format?

Here are those.

โž€ all
โž background
โž‚ background-position
โžƒ font
โž„ text-align
โž… text-decoration
โž† text-emphasis
โž‡ list-style
โžˆ offset
โž‰ overflow
โž€โž€ inset
โž€โž inset-block
โž€โž‚ inset-inline
โž€โžƒ margin
โž€โž„ margin-block
โž€โž… margin-inline
โž€โž† padding
โž€โž‡ padding-block
โž€โžˆ padding-inline
20. overscroll-behavior
โžโž€ scroll-margin
โžโž scroll-padding
โžโž‚ border
โžโžƒ border-top
โžโž„ border-right
โžโž… border-bottom
โžโž† border-left
โžโž‡ border-block
โžโžˆ border-block-start
30. border-block-end
โž‚โž€ border-inline
โž‚โž border-inline-start
โž‚โž‚ border-inline-end
โž‚โžƒ border-color
โž‚โž„ border-block-color
โž‚โž… border-inline-color
โž‚โž† border-style
โž‚โž‡ border-block-style
โž‚โžˆ border-inline-style
40. border-width
โžƒโž€ border-block-width
โžƒโž border-inline-width
โžƒโž‚ border-radius
โžƒโžƒ border-image
โžƒโž„ outline
โžƒโž… block-step
โžƒโž† mask
โžƒโž‡ animation
โžƒโžˆ transition
50. pause
โž„โž€ columns
โž„โž columns-rule
โž„โž‚ flex
โž„โžƒ flex-flow
โž„โž„ place-content
โž„โž… place-items
โž„โž† place-self
โž„โž‡ grid
โž„โžˆ grid-area
60. grid-column
โž…โž€ grid-row
โž…โž grid-template
โž…โž‚ gap
๐Ÿšฅ Disclaimer

โœง I have compiled these information with utmost care. But in case you find any omissions or, wrong representations, ๐Ÿ’ฌ me.

โœง If you have any suggestions or, feedbacks, share those with me. I am eager to hear from you.
๐Ÿฅˆ Previous Version

Are you interested in checking this cheat sheet in a different format (the v2.0)?

Here it is:
End of ๐Ÿงต

Hey ๐Ÿ‘‹ I am a Tech Educator from India ๐Ÿ‡ฎ๐Ÿ‡ณ

I am sharing Tutorials, Tips, Techniques, Infographics, Cheat Sheets, Interview Questions and Roadmaps on Web Development, DSA and, Database.

Are you interested? I am sure, you are.

To never miss anything, Follow Me โœ…

โ€ข โ€ข โ€ข

Missing some Tweet in this thread? You can try to force a refresh
ใ€€

Keep Current with Swapna Kumar Panda ๎จ€

Swapna Kumar Panda ๎จ€ Profile picture

Stay in touch and get notified when new unrolls are available from this author!

Read all threads

This Thread may be Removed Anytime!

PDF

Twitter may remove this content at anytime! Save it as PDF for later use!

Try unrolling a thread yourself!

how to unroll video
  1. Follow @ThreadReaderApp to mention us!

  2. From a Twitter thread mention us with a keyword "unroll"
@threadreaderapp unroll

Practice here first or read more on our help page!

More from @swapnakpanda

Mar 24
What <meta charset="utf-8"> does in HTML?

โ‡ฉ
โžŠ What is it?

Let's break down.

โœ› meta: It's a HTML tag that contains metadata about a web page.

โœ› charset: An HTML attribute that defines the character encoding for your browser to use when displaying the website content.

โœ› utf-8: It's a specific character encoding.
โž‹ Where should it be in HTML?

When we use this, it's recommended to place it inside "head" element near the top of the document which ensures to use the correct encoding.
Read 14 tweets
Mar 22
10 "important facts" about React Hooks

โ‡ฉ
๐Ÿ’ญ Thoughts behind this Thread

โฌ– Hooks are one of the most important features of React.

โฌ˜ After the introduction of Hooks, the React development methodology has changed significantly.

โฌ— Through this thread, I am attempting to make it easy to understand for you.
โžŠ

โžน It wasn't originally in React.js. It was introduced in React 16.8.
Read 14 tweets
Mar 21
15 Useful HTML Elements for Text Contents

โ‡ฉ
๐Ÿ“‹ What shall we explore?

โžŠ abbr
โž‹ dfn
โžŒ em
โž strong
โžŽ mark
โž small
โž q
โž‘ blockquote
โž’ cite
โž“ var
โžŠโžŠ code
โžŠโž‹ kbd
โžŠโžŒ samp
โžŠโž data
โžŠโžŽ time
๐Ÿ’ญ Why is this Thread?

โ‘ In a typical web page, we render varieties of text contents. The context of few contents may vary from others.

โ’ Sometimes we may have to highlight them semantically for SEO and Accessibility purposes.

โ‘ Let's explore 15 such HTML elements.
Read 21 tweets
Mar 20
How much JavaScript is good enough to start in React?

โ‡ฉ
๐Ÿ’ญ Why is this Thread?

โฌ˜ JavaScript and React both are popular and having a large share.

โฌ— I have often seen people jumping straight to React without much knowledge in JavaScript.

โฌ™ Is this a good idea? If no, then how much JavaScript knowledge is enough to start React?
๐Ÿ‘ฉโ€๐Ÿ’ป Beginning Words

โฌ– I suggest to start learning JavaScript first.

โฌ˜ If you start with React, you would frequently travel between JavaScript and React making the learning progress slower.

โฌ— Let's see how much JavaScript should be enough to start working in React.
Read 16 tweets
Mar 19
๐Ÿ’œ JavaScript: Array's length vs String's length
-
โ‡ฉ Array's length property is mutable whereas String's length p
โžŠ Introduction

In JavaScript,

โœง Array is an Object whereas String is a primitive

โœง Despite String being a primitive, for easy operations it has a lot of methods and, properties

โœง String is considered as Array-Like

โœง Both Array and, String has a "length" property
โž‹ Array's length

โœง Unlike many other languages, JavaScript actually allows to modify an array's length manually.

โœง If we set a larger length, few blank spaces (holes) are added to the end.

โœง If we set a smaller length, elements are removed from the end.
Read 7 tweets
Mar 18
๐Ÿ”  CSS Font Related Properties & Values
๐ŸŒ† Direct Link for High Resolution Image

If you liked this one, give a โญ๏ธ to this GitHub repo to support my work.

โœง Direct Link:
github.com/swapnakpanda/Iโ€ฆ
๐Ÿ“‹ Properties we covered

โžŠ font-family
โž‹ font-size
โžŒ font-weight
โž font-style
โžŽ font-variant
โž text-decoration
โž text-transform
โž‘ color
Read 14 tweets

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3/month or $30/year) and get exclusive features!

Become Premium

Don't want to be a Premium member but still want to support us?

Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal

Or Donate anonymously using crypto!

Ethereum

0xfe58350B80634f60Fa6Dc149a72b4DFbc17D341E copy

Bitcoin

3ATGMxNzCUFzxpMCHL5sWSt4DVtS8UqXpi copy

Thank you for your support!

Follow Us on Twitter!

:(