Web Development CS JS Python JavaScript Hacking ReactJs Python django Flask CSS Frontend Backend Full Stack Java Node Pdf Books
3.99K subscribers
878 photos
11 videos
995 files
354 links
One place for the latest in JavaScript, Python, Django, React, and more. Get top-notch tutorials, tips, and downloadable resources. Join us to elevate your tech skills!
Download Telegram
How to Use Rem Units in CSS!!

Rem units in CSS can be used for setting font sizes, margins, padding, widths, and heights relative to the root element's font-size.
Adobe XD UX design Essentials Course in private resources channel.
@javascript_resources
Send some reactions if you like our work. Thanks

https://t.me/c/2109572262/1527
Hidden Gems of Tailwind CSS

Tailwind CSS has some lesser-known features that can make developing web UIs easier.

This article goes over a couple of them, such as using gap-* to add space between elements.

🔗 Link to the article

#css #tailwind
#PythonQuiz
Note: Read question carefully
What will be the output of the following Python code if the user types 123 and presses Enter? print(input("Hello"))
Anonymous Quiz
27%
Hello
14%
123
32%
Hello123
27%
Syntax Error