The Pattern Library is a project by Tim Holman & Claudio Guglieri. The library is made up of tiles upon tiles of patterns which are free for you to use.
That's all for this thread. I came across these amazing websites for creating background pattern and tried them too. If you found this thread useful a retweet to the first one would mean a lot 😊🙌
• • •
Missing some Tweet in this thread? You can try to
force a refresh
The scroll-behavior property will make the scrolling experience smooth and a lot better for the user.
Add this property in your code and see the difference.
2⃣ Center Anything
To center anything horizontally and vertically inside a container element, you just need these three lines of code and it will make the desired element centered.
The user-select property specifies whether the text of an element can be selected or not.
2⃣ place-item property
The CSS place-items is a shorthand property that allows you to align items along both the block and inline directions at once (i.e. the align-items and justify-items properties) in a relevant layout system such as Grid or Flexbox.