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

"what is javascript"
2. AND operator will return only results related to both terms:

html AND css
3. You can use the OR operator to get the results related to one of the search terms

(javascript OR python) free course
4. - operator will exclude results that contain a term or phrase:

javascript -css
5. You can use the (*) wildcards as placeholders, which will be replaced by any word or phrase.

"how to start * in 6 months"
6. Search inside a single website:

site:https://t.co/4Npq4GVa0h
7. You can also use a very useful feature that helps to find a specific file type.

filetype:pdf learn css
8. Search for a range of numbers:

ecmascript 2016..2018
If you like this thread, maybe you'd love to bookmark it as a post: https://t.co/nRmMiLR72O

More from Marko ⚡ Denic

9 websites that will make you smarter:

1/ CleanUpPictures

Remove any unwanted objects, people, or text from your pictures.

https://t.co/Ha8QOCFnFM


2/ Sejda PDF

Edit PDF files for free.

https://t.co/hpP3jmTZqE


3/ RemoveBG

Remove image backgrounds automatically in 5 seconds with just one click.

https://t.co/ruROo7EDS4


4/ Marketing Examples

A gallery of real-world marketing examples from successful companies.

https://t.co/kwB08kHTV5
You can use CSS generators to avoid some time-consuming, routine tasks.

I made a collection of the best CSS generators for you.

🧵

1. 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:
https://t.co/7RHie6RuK3


2. Smooth Shadow generator

Built by @funkensturm.

Link: https://t.co/NNuBGLCtF5


3. Fancy Border Radius Generator

Generator to build organic shapes with CSS3 border-radius.

Built by @supremebeing09

Link: https://t.co/s4zT1hMWP7


4. Easing Gradients

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

Built by @larsenwork

Link: https://t.co/8Nn952uPRX

You May Also Like