ขนาดวิดีโอ: 1280 X 720853 X 480640 X 360
แสดงแผงควบคุมโปรแกรมเล่น
เล่นอัตโนมัติ
เล่นใหม่
/* --------- style.css --------- */#box1{ width: 250px; height: 250px; background: red; font-size: 225px; text-align: center; /* animation: mySlide; animation-play-state: running; animation-iteration-count: infinite; animation-delay: 0s; animation-timing-function: linear; animation-duration: 5s; */ animation: 3s linear 0s infinite running mySlide; }#box1:hover{}#box1:active{ }@keyframes mySlide{ from{margin-left: 100%;} to{margin-left: 0%;}}@keyframes myRotate{ /*100%{transform: rotateX(360deg)}*/ /*100%{transform: rotateY(360deg)}*/ 100%{transform: rotateZ(360deg)}}@keyframes myOpacity{ 50%{opacity: 0;}}@keyframes myScale{ 50%{transform: scale(0.5, 0.5);}}@keyframes myColorChange{ 0%{background-color: red;} 20%{background-color: orange;} 40%{background-color: yellow;} 60%{background-color: green;} 80%{background-color: blue;} 100%{background-color: purple;}} My first website Hi
Finished your comlete HTML & CSS tutorials, now going for JS :) Your Java tutorials & DSA are fire too !
@@Series-unlocked i think so, not sure it has been a long time, lot of projects in between. but for sure @brocode has the best tutorials out here
@@Remolhunter97 u feel confident about your CSS? CSS is hard and cool at the same time lol
@@micaelalgarrao6043 try out tailwind css, it's a new approach to css ^^
The way you explain always inspires me to learn more. Love you Bro💚
Happy Teacher's Day bro ♥️ from India
YOOOOOOO A BIG W FOR BROTYSM BRO because of you I have completed HTML and CSS.now I am going to practice both of them by building some basic projects and then i will move on to JS
Wouhou, just finish HTML and CSS videos, feel like a superhero. Live long Bro. Bro army let's get it. Now time to do some javascript heyheyhey
Thank you for all I just finished this two playlist : html and css tutorial it’s very good.
YOOOOO THIS IS THE LAST TUTORIAL LEFT NOW!!!🔥🔥
love you man! your videos are life-saving)
I think you are the best at explaining code lol
He always explains things very well 👌
Hey bro!I want more out of css.Please create some more videos.
Thank you very much for these videos
Thank you!
👌👌👌👌👌👌👌👌👌👌
Bro loved this one tooo🥰🥰
hey bro can u pls bring to this playlist grid and flexbox? I really like how u teach!!
Hey! Learning a lot from you work, thanks! One question: I'm replicating your steps but the animation won't work. Do you know why?
bro, bro broski, broskido - REALLY real bro
Thanks!
Thanks, Bro!
big thanks
Bro, are you fine with facecam videos? Could you do one if you don't mind?
Thanks bro!
Love your videos bro, keep it up! Also get on discord
I'm too busy making videos for you guys to get on Discord lol
@@BroCodez Ok, I'm ok with that lol
@@cayden9224 he has a discord server ?
Thank you Bro! (:
i really didnt know that how to use CSS transition on click, I thought without javascript I cant do anything
can someone help me @keyframes is not working on notepad++ does anyone know what to do. Am I missing a plugin or something "Please Help" thanks
can the animations work for an image which you position?
why not
..Thanks Bro-code
already watch this on Html and css full course
:)
Bro
Yhx
E
:((
/* --------- style.css --------- */
#box1{
width: 250px;
height: 250px;
background: red;
font-size: 225px;
text-align: center;
/*
animation: mySlide;
animation-play-state: running;
animation-iteration-count: infinite;
animation-delay: 0s;
animation-timing-function: linear;
animation-duration: 5s;
*/
animation: 3s linear 0s infinite running mySlide;
}
#box1:hover{
}
#box1:active{
}
@keyframes mySlide{
from{margin-left: 100%;}
to{margin-left: 0%;}
}
@keyframes myRotate{
/*100%{transform: rotateX(360deg)}*/
/*100%{transform: rotateY(360deg)}*/
100%{transform: rotateZ(360deg)}
}
@keyframes myOpacity{
50%{opacity: 0;}
}
@keyframes myScale{
50%{transform: scale(0.5, 0.5);}
}
@keyframes myColorChange{
0%{background-color: red;}
20%{background-color: orange;}
40%{background-color: yellow;}
60%{background-color: green;}
80%{background-color: blue;}
100%{background-color: purple;}
}
My first website
Hi
Finished your comlete HTML & CSS tutorials, now going for JS :)
Your Java tutorials & DSA are fire too !
@@Series-unlocked i think so, not sure it has been a long time, lot of projects in between. but for sure @brocode has the best tutorials out here
@@Remolhunter97 u feel confident about your CSS? CSS is hard and cool at the same time lol
@@micaelalgarrao6043 try out tailwind css, it's a new approach to css ^^
The way you explain always inspires me to learn more. Love you Bro💚
Happy Teacher's Day bro ♥️ from India
YOOOOOOO A BIG W FOR BRO
TYSM BRO because of you I have completed HTML and CSS.
now I am going to practice both of them by building some basic projects and then i will move on to JS
Wouhou, just finish HTML and CSS videos, feel like a superhero. Live long Bro. Bro army let's get it. Now time to do some javascript heyheyhey
Thank you for all I just finished this two playlist : html and css tutorial it’s very good.
YOOOOO THIS IS THE LAST TUTORIAL LEFT NOW!!!🔥🔥
love you man! your videos are life-saving)
I think you are the best at explaining code lol
He always explains things very well 👌
Hey bro!
I want more out of css.
Please create some more videos.
Thank you very much for these videos
Thank you!
👌👌👌👌👌👌👌👌👌👌
Bro loved this one tooo🥰🥰
hey bro can u pls bring to this playlist grid and flexbox? I really like how u teach!!
Hey! Learning a lot from you work, thanks! One question: I'm replicating your steps but the animation won't work. Do you know why?
bro, bro broski, broskido - REALLY real bro
Thanks!
Thanks, Bro!
big thanks
Bro, are you fine with facecam videos? Could you do one if you don't mind?
Thanks bro!
Love your videos bro, keep it up! Also get on discord
I'm too busy making videos for you guys to get on Discord lol
@@BroCodez Ok, I'm ok with that lol
@@cayden9224 he has a discord server ?
Thank you Bro! (:
i really didnt know that how to use CSS transition on click, I thought without javascript I cant do anything
can someone help me @keyframes is not working on notepad++ does anyone know what to do. Am I missing a plugin or something "Please Help" thanks
can the animations work for an image which you position?
why not
..Thanks Bro-code
already watch this on Html and css full course
:)
Bro
Yhx
E
:((