CSS generators can save you a lot of time and effort.

🧵
1. Buttons CSS generator

100+ buttons you can use in your project.

Link: markodenic.com/tools/buttons-…
2. Neumorphism/Soft UI generator

CSS code generator that will help with colors, gradients, and shadows to adopt this new design trend or discover its possibilities.

Link: neumorphism.io
3. Smooth Shadow generator

Link: shadows.brumm.af
4. Fancy Border Radius Generator

Generator to build organic shapes with a CSS3 border-radius.

Link: 9elements.github.io/fancy-border-r…
5. Easing Gradients

Supercharge your gradients with a non-linear color mix and custom color spaces.

Link: larsenwork.com/easing-gradien…
6. Data Viz Color Palette Generator

Create visually-equidistant color schemes for data visualizations using one, two, or many hues.

Link: learnui.design/tools/data-col…
7. CSS Grid Generator

Link: cssgrid-generator.netlify.app
8. CSS Accordion Slider Generator

A free online generator that allows you to create CSS only (no javascript) horizontal and vertical accordion sliders.

Link: accordionslider.com
9. CSS clip-path maker

Link: bennettfeely.com/clippy/
10. Get Waves

A free SVG wave generator to make unique SVG waves for your next web design. Choose a curve, adjust complexity, randomize!

Link: getwaves.io
I write monthly emails full of real-world web development tips and resources.

You can subscribe directly from my profile (@denicmarko).

• • •

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

Keep Current with Marko ⚡ Denic

Marko ⚡ Denic 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 @denicmarko

5 Oct
10 JavaScript Array methods to simplify your code.

🧵
1. filter()

The `filter()` method creates a new array with all elements that pass the test implemented by the provided function.  ```javascript const words = ['HTML', 'CSS', 'JavaScript', '
2. forEach()

The `forEach()` method executes a provided function once for each array element. ```javascript const words = ['HTML', 'CSS', 'JavaScript'];
Read 13 tweets
1 Oct
HTML tips you won't see in most tutorials.

🧵
1. The `loading=lazy` attribute

You can use the `loading=lazy` attribute to defer the loading of the image until the user scrolls to them. <img src='image.jpg' loading='lazy' alt='Alternative Text'>
2. Use the `<datalist>` element to create native HTML autocomplete. Codepen preview.  HTML code:   <div class="wrapper"
Read 21 tweets
29 Sep
Useful websites for web developers.

🧵
1. Sidebar (@SidebarIO)

The five best design links, every weekday.

Link: sidebar.io
2. Public APIs (@publicapis)

A collective list of more than 1000 Free Public and Open REST APIs for developers.

LInk: public-apis.io
Read 9 tweets
22 Sep
Useful websites for web developers.

🧵
1. Vercel (@vercel)

Deploy web projects with the best frontend developer experience and highest end-user performance.

Link: vercel.com
2. UI Garage (@uigarage)

Daily handpicked UI inspiration & patterns.

Link: uigarage.net
Read 9 tweets
8 Sep
Youtube channels to learn Web Development.

🧵
1. Traversy Media (@traversymedia)

Traversy Media features the best online web development and programming tutorials for all of the latest web technologies.

Link: youtube.com/c/TraversyMedia
2. FreeCodeCamp (@freeCodeCamp)

Learn to code — for free.

Link: youtube.com/c/Freecodecamp
Read 14 tweets
6 Sep
Googling is one of the most important skills for every developer. Here are 10 tips to Google efficiently!

🧵
1. Use quotes to force an exact-match search:

"what is javascript" Google search exact match  example.
2. AND operator will return only results related to both terms:

html AND css Google search with AND keyword.
Read 13 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

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

Donate via Paypal Become our Patreon

Thank you for your support!

Follow Us on Twitter!

:(