html and css آموزش
21.3K subscribers
444 photos
221 videos
88 files
273 links
ادمین :
@Maryam3771


تعرفه تبلیغات:
https://t.iss.one/alloadv/822
Download Telegram
4👍3
⌨️ Advanced JS Cheat sheet



#JavaScript

#cheat_sheet

💎 Channel: @htmlcss_channels
👍54🔥3
Media is too big
VIEW IN TELEGRAM
Responsive Admin Dashboard with Light & Dark Mode


In this tutorial, I'm going to show you how to use modern #HTML, #CSS, and #JavaScript to create a completely responsive admin dashboard with light and dark mode theme functionality. We'll be using CSS Variables, CSS Grid, CSS Flexbox, Media queries for our responsive design, and CSS  transitions and animations for some cool animation effects

Source Codehttps://github.com/AsmrProg-YT/Dashboard-Designs 



💎 Channel: @htmlcss_channels
6👍1
Media is too big
VIEW IN TELEGRAM
Responsive and Automatic Changeable Animated Image Slider using #HTML, #CSS & #JavaScript | Carousel

In this tutorial, we will learn how to create a fully responsive and both automatic and manually changeable image slider using HTML, CSS and JavaScript. Basically It is a solution video of some problems.
In this project, I have tried to solve some of the problems of my previous projects regarding image slider:

👉 In this slider, the image will cover the full screen. 

👉 Image will be changed both automatically and manually.

👉 In this slider, you can use unlimited images. 

👉 This image slider is fully Responsive.

Source Code Link:-
Github: https://github.com/Mohammed-Faysal/image-slider-html-css-javascript.git 


💎 Channel: @htmlcss_channels
👍6🔥1
Slider.rar
3.2 KB
💎 Channel: @htmlcss_channels
👍1
Top 7 #HTML, #CSS, and #JavaScript Project With Source Code

1. E-commerce Website Using Html Css And Javascript
Click here For Code

2. Restaurant Website Html Css
Click here For Code

3. Personal Portfolio Website
Click here For Code

4. Travel Website Using Html Css
Click here For Code

5. Quiz App Using Javascript
Click here For Code

6. Chatbot Using Javascript
Click here For Code

7. Music Player Game Using JavaScript
Click here For Code






#پروژه

💎 Channel: @htmlcss_channels
👍42
This media is not supported in your browser
VIEW IN TELEGRAM
#CSS TIP
Use trigonometric functions in CSS to create a smooth stepped transition delay:

.character {
transition-delay:
calc(sin((var(--index) / 12) * 45deg) * 0.475s);
}




💎 Channel: @htmlcss_channels
👍73👏1
This media is not supported in your browser
VIEW IN TELEGRAM
👨‍🎨 #CSS TIP

shape-outside property in action

.column--left .shape {
float: right;
shape-outside: circle(100px at 100% 50%);
}




💎 Channel: @htmlcss_channels
👍52