html and css آموزش
22.5K subscribers
469 photos
229 videos
92 files
298 links
ادمین :
@Maryam3771


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

Animated slider of cards with information. Implemented using Vue.

code


🆔 @htmlcss_channels
3
از کجا برای فرانت اند مقاله بخونیم؟ این سایت میتونن منبع های خفنی برات باشن

1- css-tricks.com
یکی از بهترین منابع های برای یادگیری css و ترفند های خفن

2- smashingmagazine.com
مقاله های کاربردی فرانت اند , طراحی , UX و .....

3- dev.to
پلتفرم برای توسعه دهنده ها که خودشون مقاله منتشر میکنن

4- frontendmentor.io
مخصوص تمرین واقعی با پروژه های و نکات های طراحی

5- awwwards.com/blog
مخصوص UI,UX و ترند های طراحی سایت های حرفه ای

🆔 @htmlcss_channels
6👍1🙏1
🔰 Blend modes in CSS

Blend modes allow you to create various visual effects, including mix and background blending, colored areas, duo-tone, halftone, scanned lines, and emboss effects.


You can also use blend modes to control how elements on a web page blend with their backgrounds or with other elements.


🆔 @htmlcss_channels
2👍1
5 Ways to Center a Div in #CSS


🆔 @htmlcss_channels
9👍3
⚠️ می‌خوای وارد دنیای مدل‌های زبانی بزرگ (LLM) بشی ولی هنوز با پایتون خیلی آشنا نیستی
نگران نباش!😀

ما یه دوره‌ی پیش‌نیاز ۴۰ ساعته‌ی آشنایی با زبان برنامه‌نویسی پایتون برات آماده کردیم که کاملاً رایگانه و مخصوص کسانیه که قراره وارد اولین دوره جامع مدل‌های زبانی بزرگ و کاربرد هوش مصنوعی مولد در ایران (دوره LLM) بشن‼️


👑 تو این دوره از پایه با پایتون، تحلیل داده و یادگیری ماشین آشنا میشی تا با آمادگی کامل وارد مسیر حرفه‌ای LLM بشی و از فرصت‌های جدید دنیای هوش مصنوعی استفاده کنی🙂

برای ثبت‌نام در این دوره و دریافت دسترسی رایگان به پیش‌نیاز پایتون با سقف 0️⃣🔤🛍 تخفیف، از طریق لینک زیر اقدام کنید یا تماس بگیرید 👇👇👇
🔗 ثبت‌نام در اولین دوره تخصصی مدل‌های زبانی بزرگ (LLM) و کاربرد هوش مصنوعی مولد

۱۵۰ ساعت آموزش عمیق در قالب ۱۰ سرفصل کاربردی و پروژه محور به کارگیری افراد برتر در پروژه های بزرگ سازمانی اعطای گواهینامه دوزبانه و قابل استعلام از دانشگاه تهران

📞 09377516759
➡️ https://tehrandata.org/courses/llm/

🌱 از آموزش تا اشتغال؛ پلی به دنیای حرفه‌ای‌ها ❤️
📨 Telegram | 📨 whatsapp | 📱 linkedin | 📷 Instagram | 🌐 website | 💬 admin

#علم_داده #دیتاساینس #تحلیل_داده  #هوش_مصنوعی #LLM #ChatGPT #AI #مدل_زبانی_بزرگ #هوش_مصنوعی_مولد
Please open Telegram to view this post
VIEW IN TELEGRAM
This media is not supported in your browser
VIEW IN TELEGRAM
Image Hover

Cards with a pop-up effect on hover. Implemented using CSS and JavaScript.

⤷Get code


🆔 @htmlcss_channels
4
CSS Generators to save you hours of work:

1. Blob maker
https://blobmaker.app

2. Getwaves
https://getwaves.io

3. CSS Button Generator
https://markodenic.com/tools/buttons-generator/

4. Gradient generator
https://cssgradient.io

5. Glassmorphism
https://glassmorphism.com

6. Neumorphism
https://neumorphism.io

7. Pattern generator
https://patternify.com

8. css3 generator
https://css3generator.com

9. Clip Path Maker
https://bennettfeely.com/clippy


🆔 @htmlcss_channels
4
This media is not supported in your browser
VIEW IN TELEGRAM
Navbar Pure CSS

Cool side menu. Implemented using CSS (Saas).

Get code


🆔 @htmlcss_channels
1🔥1
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
3