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


تعرفه تبلیغات:
https://t.me/alloadv/822
Download Telegram
This media is not supported in your browser
VIEW IN TELEGRAM
🔘 CSS Modern Button Design with Hover Effects


#HTML #CSS #JavaScript

💎 @htmlcss_channels
1👍102🙏2🔥1
منابع فرانت‌اند (Front-end)
ـــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــ


🎯 Roadmap (
roadmap.sh)
1. HTML: Semantic HTML, SEO Basics, Accessibility
2. CSS: Flex Box, CSS Grid, Responsive Design, Animations
3. JavaScript: Core Concepts, Modern ES Features, Browser APIs
4. Version Control Systems: Git, GitHub
5. Package Managers: NPM, PNPM
6. Deployment Services: Netlify, Vercel
7. Module Bundlers: Vite
8. Linters & Formatters: ESLint, Prettier
9. CSS Pre-Processors & Architecture: PostCSS, BEM
10. CSS Frameworks: Tailwind CSS, Shadcn UI
11. JavaScript Frameworks: Astro, Vue --> Nuxt, React --> Next
12. Type Checkers: TypeScript
13. Testing: Vitest, Cypress, Playwright
14. Progressive Web Apps: Core Concepts, Vite PWA Plugin
15. API Querying: REST APIs, GraphQL, Apollo
16. Mobile Applications: React Native, Capacitor, Ionic
17. Desktop Applications: Electron, Tauri

🎯 Bonus
- SVG Icons: Icônes, Tabler Icons, Boxicons, Ionicons, Font Awesome
- Performance Best Practices
- JavaScript Style Guide
- Frontend Guidelines


🎯 دوره‌های آموزشی جامع
- آموزش HTML و CSS (کورس یودمی Jonas Schmedtmann)
- آموزش Advanced CSS (کورس یودمی Jonas Schmedtmann)
- آموزش JavaScript (کورس یودمی Jonas Schmedtmann)
- آموزش Git و GitHub (کورس یودمی Mosh Hamedani)
- آموزش Tailwind CSS (کرش‌کورس یوتوب Brad Traversy)
- آموزش Vue (کورس یودمی Andrei Neagoie)
- آموزش Nuxt (کورس یودمی Laith Harb)
- آموزش React (کورس یودمی Jonas Schmedtmann)
- آموزش Next (کورس یودمی Mosh Hamedani)
- آموزش TypeScript (کورس یودمی Maximilian Schwarzmüller)
- آموزش Clean Code (کورس یودمی Maximilian Schwarzmüller)


نکته: با استفاده از نرم‌افزار PotPlayer می‌تونین ویدیو‌ها رو با زیرنویس فارسی مشاهده کنین.



#HTML #CSS #JavaScript

💎 @htmlcss_channels
🙏63👍1
This media is not supported in your browser
VIEW IN TELEGRAM
JavaScript-Questions
is a repository with questions and answers on #JavaScript, which will help improve the knowledge of the language and prepare for technical #interview

github


#HTML #CSS #JavaScript

💎 @htmlcss_channels
5👍1
This media is not supported in your browser
VIEW IN TELEGRAM
#CSS Tip 💡

You may not know that we can define rotation using "turn" unit in CSS



💎 @htmlcss_channels
🙏4
This media is not supported in your browser
VIEW IN TELEGRAM
Light/Dark/Black Theme

A menu with three different topics (for a day, night, and just dark). Implemented using SCSS.

code



#HTML #CSS #JavaScript

💎 @htmlcss_channels
🔥21👍1
5 Ways to Center a Div in #CSS


🆔 @htmlcss_channels
9👍3
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
Media is too big
VIEW IN TELEGRAM
🔰 5 نکته و ترفند CSS برای طراحی Responsive website بهتر

💎 @Htmlcss_channels | #css #JavaScript #HTML
🔥1
نکته CSS :تراز کردن متن و آیکون

💎 @Htmlcss_channels | #css #JavaScript #HTML
👍32🔥2
این آموزش به شما کمک می کند تا یک افزونه کروم بسازید که هر صفحه وب را با استفاده از جاوا اسکریپت و Manifest V3 تجزیه و تحلیل می کند.


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


💎 @Htmlcss_channels | #css #JavaScript #HTML
🔥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 👇
http://www.happyhues.co


💎 @Htmlcss_channels | #css #JavaScript #HTML
2
JavaScript array methods


💎 @Htmlcss_channels | #css #JavaScript #HTML
7