html and css آموزش
22.4K subscribers
471 photos
232 videos
92 files
302 links
ادمین :
@Maryam3771


تعرفه تبلیغات:
https://t.iss.one/alloadv/822
Download Telegram
This media is not supported in your browser
VIEW IN TELEGRAM
Glowing Blob Effect

A glow effect that follows the cursor. Implemented using CSS and JavaScript.

Get code

💎 @Htmlcss_channels | #css #JavaScript
🔥2
Building a website from scratch might feel overwhelming at first.

You'll start by coming up with an idea & setting up the project, then move on to building the website, testing the code, & pushing it to GitHub.

https://www.freecodecamp.org/news/how-to-build-a-website-from-scratch-start-to-finish-walkthrough/

💎 @Htmlcss_channels | #css #JavaScript #HTML
3
🔅 CSS Clamp

clamp(minimum, preferred, maximum);


In this example, the preferred value is 50%.

On the left 50% of the 400px viewport is 200px, which is less than the 300px minimum value that gets used instead.

On the right, 50% of the 1400px viewport equals 700px, which is greater than the minimum value and lower than the 800px maximum value, so it equates to 700px.




💎 @Htmlcss_channels | #css #JavaScript #HTML
🔥21
⭐️ CSS Clamp and font-size

p {
font-size: clamp(1rem, 4vw, 1.5rem);
}


💎 @Htmlcss_channels | #css #JavaScript #HTML
Please open Telegram to view this post
VIEW IN TELEGRAM
3🙏1
Media is too big
VIEW IN TELEGRAM
🔰 5 نکته و ترفند CSS برای طراحی Responsive website بهتر

💎 @Htmlcss_channels | #css #JavaScript #HTML
Please open Telegram to view this post
VIEW IN TELEGRAM
🔥2👏1
نکته CSS :تراز کردن متن و آیکون

💎 @Htmlcss_channels | #css #JavaScript #HTML
Please open Telegram to view this post
VIEW IN TELEGRAM
👍3🔥32🙏1
این آموزش به شما کمک می کند تا یک افزونه کروم بسازید که هر صفحه وب را با استفاده از جاوا اسکریپت و Manifest V3 تجزیه و تحلیل می کند.


https://www.freecodecamp.org/news/how-to-build-a-chrome-extension-using-javascript-and-manifest-v3/


💎 @Htmlcss_channels | #css #JavaScript #HTML
Please open Telegram to view this post
VIEW IN TELEGRAM
🔥1🙏1
This media is not supported in your browser
VIEW IN TELEGRAM
Color palette inspiration
🔴 🟠 🟡 🟢 🔵 🟣

Curated color palette ideas displayed in an example website.

Have a play 👇
https://www.happyhues.co


💎 @Htmlcss_channels | #css #JavaScript #HTML
Please open Telegram to view this post
VIEW IN TELEGRAM
2🙏1
JavaScript array methods


💎 @Htmlcss_channels | #css #JavaScript #HTML
Please open Telegram to view this post
VIEW IN TELEGRAM
8🙏1
This media is not supported in your browser
VIEW IN TELEGRAM
Light/Dark Toggle With Morphing Icon

Theme switcher. Implemented using CSS.

Get code


💎 @Htmlcss_channels | #css #JavaScript #HTML
Please open Telegram to view this post
VIEW IN TELEGRAM
2🔥1🙏1
This media is not supported in your browser
VIEW IN TELEGRAM
You can make the UI cleaner by reducing or removing scrollbars using the scrollbar-width property

Example of a thin scrollbar:

ul {
scrollbar-width: thin;
}


Example of a hidden scrollbar (the area remains scrollable):

.cards-container {
scrollbar-width: none;
}


Suitable for sidebars, data tables, chat panels, dashboards with lots of scrolls, carousels, touch interfaces.

As a result, the scroll works, but the UI looks neater


💎 @Htmlcss_channels | #css #JavaScript #HTML
Please open Telegram to view this post
VIEW IN TELEGRAM
1👍1🙏1
This media is not supported in your browser
VIEW IN TELEGRAM
Making smooth scrolling to elements using the scrollIntoView method

JS:

const links = document.querySelectorAll('.link');

links.forEach((item) => {
item.addEventListener('click', (e) => {
e.preventDefault();

let id = item.getAttribute('href');
let formattierID = id.substring(1);
let section = document.getElementById(formattierID);

section.scrollIntoView({
behavior: 'smooth',
});
});
});



💎 @Htmlcss_channels | #css #JavaScript #HTML
Please open Telegram to view this post
VIEW IN TELEGRAM
1
🏦 راز بانک‌ها چیه که همیشه سود می‌کنن؟

⚪️ چون با داده، تحلیل و استراتژی موقعیت رو شناسایی می کنن و تصمیم طلایی رو می گیرن.

💡 دوره آنلاین «معامله‌گری به سبک بانک‌ها ۲۰۲۶»
📊 فارکس: بزرگترین بازار مالی جهان

🎁 برای مدت محدود: کاملاً #رایگان!
(💵 ارزش واقعی دوره: ۵٬۰۰۰٬۰۰۰ تومان)

یاد می گیری:
🟣 ثبت نام در صرافی و بروکر (شروع)
🟣 رمزگشایی رفتار بازار از روی کندل‌ها
🟣 آموزش پروژه‌محور مهارت‌های بازار
🟣 کشف اهداف قیمتی و نواحی برگشت
🟣 آموزش استفاده از ابزار‌ها - فیبوناچی و...

ظرفیت رایگان محدوده — همین الان ثبت نام کن! 👇

🔗 👈 دریافت رایگان دوره معامله‌گری به سبک بانک‌ها

🎓 ارائه مدرک معتبر پایان دوره


چرا رایگانه؟
💯چون آموزش باکیفیت، شروع اعتماده — ادامه مسیر دست خودته.

🔸 خانه مالی توسعه
Please open Telegram to view this post
VIEW IN TELEGRAM
This media is not supported in your browser
VIEW IN TELEGRAM
Shoe Swap

The logic for switching slides is implemented in JS. Animated in SCSS.

Code


💎 @Htmlcss_channels | #css #JavaScript #HTML
Please open Telegram to view this post
VIEW IN TELEGRAM
3
⭐️ 15 افزونه مفید کروم برای توسعه‌دهندگان وبسایت

ابزارهای موجود در این مقاله به ساده‌سازی و سرعت بخشیدن به فرآیند توسعه و آزمایش front-end کمک می‌کنند.

- از استخراج سبک های CSS از وب سایت ها گرفته تا تجزیه و تحلیل و بهینه سازی SEO.

https://proglib.io/p/15-superpoleznyh-plaginov-chrome-v-pomoshch-frontenderu-2024-09-20

💎 @Htmlcss_channels | #css #JavaScript #HTML
Please open Telegram to view this post
VIEW IN TELEGRAM
1