CSS Card Hover Effects | Html CSS

  Рет қаралды 57,822

Online Tutorials

Online Tutorials

Күн бұрын

Пікірлер: 71
@coolbard
@coolbard 5 жыл бұрын
I think 'Online Tutorials' are the best in css and to me You are the best boss❤️❤️❤️❤️❤️👏👏👏👏
@5555Elenka
@5555Elenka 3 жыл бұрын
Спасибо что увеличили экран) Мне с плохим зрением всё стало видно ) У Вас очень хорошие уроки !!!!!!!!!!!🤗
@coolbard
@coolbard 5 жыл бұрын
I will always is support of you. Thank you Soo much for all your hard work for such an amazing work. You are the boss.
@muhammadzainalarifin2253
@muhammadzainalarifin2253 5 жыл бұрын
my favorit video on KZbin, Online tutorial 👍👍👍👍
@Webnoob
@Webnoob 5 жыл бұрын
Awesome Hover Effect, thx for sharing. Stay tuned ;-)
@trhtechnology330
@trhtechnology330 4 жыл бұрын
this perfect recomended chanel
@codewithyunus8423
@codewithyunus8423 3 жыл бұрын
Nice work brother 👍
@RO5AN
@RO5AN 5 жыл бұрын
For lazy people...:) ---------------------------------------------------------------------------------------------------------- index.html ---------------------------------------------------------------------------------------------------------- Responsive boxes Post title One Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Post title Two Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Post title Three Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. ______________________________________________________________ style.css ______________________________________________________________ @import url('fonts.googleapis.com/css?family=Poppins'); body { margin: 0; padding: 0; display: flex; justify-content: center; align-items: center; min-height: 100vh; background: #003e46; font-family: 'Poppins', sans-serif; } .container { width: 1000px; display: flex; flex-wrap: wrap; justify-content: space-between; } .box { position: relative; width: 300px; height: 400px; background: #000; box-shadow: 0 30px 30px rgba(0,0,0,.5); } .box .imgBx { position: relative; top: 0; left: 0; width: 100%; height: 100%; } .box .imgBx img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; transition: 0.5s; } .box:hover .imgBx img { opacity: 0; } .box .content { position: absolute; bottom: 20px; left: 10%; width: 80%; height: 60px; background: #fff; transition: 0.5s; overflow: hidden; padding: 15px; box-sizing: border-box; } .box:hover .content { width: 100%; height: 100%; bottom: 0; left: 0; } .box .content h3 { margin: 0; padding: 0; font-size: 20px; } .box .content p { margin: 10px 0 0; padding: 0; opacity: 0; line-height: 1.2em; transition: 0.5s; text-align: justify; } .box:hover .content p { opacity: 1; transition-delay: 0.5s; }
@rnggaming4705
@rnggaming4705 5 жыл бұрын
thanks man
@charlemagneabrigo5808
@charlemagneabrigo5808 5 жыл бұрын
Thanks a lot
@northerntower7953
@northerntower7953 5 жыл бұрын
now fly away hero.
@princesslorreine
@princesslorreine 4 жыл бұрын
thank you sir:>>
@just_rashu
@just_rashu 4 жыл бұрын
Can't copy from KZbin comments 😢
@derikjoelgarcialemus738
@derikjoelgarcialemus738 5 жыл бұрын
muchas gracias excelente video me ayudo mucho
@karthikkeyan2590
@karthikkeyan2590 5 жыл бұрын
awesome video. Realy very useful
@quartzer4008
@quartzer4008 5 жыл бұрын
Really amazing. Thats really helpful.
@slappy_chimp
@slappy_chimp 5 жыл бұрын
Awesome 😊👍
@agranshuaggarwal3947
@agranshuaggarwal3947 4 жыл бұрын
Awesome sr
@Unimaz_Studios
@Unimaz_Studios 4 жыл бұрын
Muy bien video bro, LIKE
@mdasadahmed2769
@mdasadahmed2769 5 жыл бұрын
Its very nice .. thnx from ❤️
@j3froc63
@j3froc63 5 жыл бұрын
From 2:00-2:35 ish, I don't get why you had to write Css styling for both .box .imgBx AND .box .imgBx .img? Couldn't you have just written the Css for .box .imgBx .img?? Both had the same code but .box .imgBx .img has object-fit and transition thats it...
@srinualla6497
@srinualla6497 5 жыл бұрын
what is video editing software your using
@hasnainhasan8819
@hasnainhasan8819 2 жыл бұрын
Bro can you tell me the name of your editor
@akashrajkr5800
@akashrajkr5800 5 жыл бұрын
I got everything right but the boxes are stuck to top (not vertically centered)...what to do?
@OnlineTutorialsYT
@OnlineTutorialsYT 5 жыл бұрын
Use min height 100% in body
@vigneshchinnappa5117
@vigneshchinnappa5117 5 жыл бұрын
Nice bro,
@Jimil_soni
@Jimil_soni 3 жыл бұрын
Bro how do you such ideas?👌👌👌😳
@pratikmankar4864
@pratikmankar4864 5 жыл бұрын
Awesome
@Webnoob
@Webnoob 5 жыл бұрын
Yes ;-)
@jonneeelll6488
@jonneeelll6488 4 жыл бұрын
please ser help me to position the boxes in scrolling the web pages
@jonneeelll6488
@jonneeelll6488 4 жыл бұрын
ser message me to help me pls. ser
@Faizankhan-sk3ic
@Faizankhan-sk3ic 5 жыл бұрын
i am the first who watch ur vid
@Webnoob
@Webnoob 5 жыл бұрын
I was the twentieth, too slow^^
@Deus-lo-Vuilt
@Deus-lo-Vuilt 2 жыл бұрын
thanks video
@ekagaluhputra1998
@ekagaluhputra1998 5 жыл бұрын
good job
@gammingedge8379
@gammingedge8379 5 жыл бұрын
music?
@kurdator2711
@kurdator2711 5 жыл бұрын
I love you man 😁♥️
@Webnoob
@Webnoob 5 жыл бұрын
Yes, he does a very good job :-)
@kurdator2711
@kurdator2711 5 жыл бұрын
@@Webnoob He isn't the only one , but he is the best ✌
@sudeeptaadas03
@sudeeptaadas03 4 жыл бұрын
Hello, I need your help how I can contact to you ?
@mohdsuhel5372
@mohdsuhel5372 5 жыл бұрын
How can I make it responsive
@Webnoob
@Webnoob 5 жыл бұрын
Fun with S. K you can use css media querys for mobile devices.
@OnlineTutorialsYT
@OnlineTutorialsYT 5 жыл бұрын
Ok....i'll upload tommorrow
@mohdsuhel5372
@mohdsuhel5372 5 жыл бұрын
It really helps me a lot
@ekagaluhputra1998
@ekagaluhputra1998 5 жыл бұрын
from me you can save source code in your github account and share to your subscriber
@ck-empire8125
@ck-empire8125 5 жыл бұрын
Brother how to make app with cards
@lucapoulsen4996
@lucapoulsen4996 5 жыл бұрын
Is it responsive?
@OnlineTutorialsYT
@OnlineTutorialsYT 5 жыл бұрын
watch part 2...link in video description
@iluminando-se8202
@iluminando-se8202 3 жыл бұрын
Mais alguém aqui esta curtindo dos vídeos?
@lovems2217
@lovems2217 5 жыл бұрын
I love you boos I love you
@lorenzessensohn5565
@lorenzessensohn5565 4 жыл бұрын
great job, please show us where we can download the source code
@musharafhussain2316
@musharafhussain2316 5 жыл бұрын
can you give the link to code
@mauriciovillalba1065
@mauriciovillalba1065 4 жыл бұрын
Buenísimo tener el código (Good to have the code, I would appreciate it)
@shivanigavali6527
@shivanigavali6527 3 жыл бұрын
It's not working properly
@Mr_Moe_Lesterr
@Mr_Moe_Lesterr 5 жыл бұрын
PLEASE SHARE THE CODE!
@wolfisraging
@wolfisraging 5 жыл бұрын
Don't you have any other background music????
@Webnoob
@Webnoob 5 жыл бұрын
Rishik Mourya Which music do you like? I use different kinds of music. 😉
@OnlineTutorialsYT
@OnlineTutorialsYT 5 жыл бұрын
Please mute audio
@vasper5968
@vasper5968 5 жыл бұрын
dont use this telescope zoom. Please
@fattehalisunasarasunasara4111
@fattehalisunasarasunasara4111 5 жыл бұрын
Same to same coding karte he to bhi output nhi aata
@slowmen8910
@slowmen8910 5 жыл бұрын
No source code, sorry im unsubscribe
@YusifBayramov
@YusifBayramov 3 жыл бұрын
Thank you bro, i made some changes in the design, i would be glad if you check your e-mail.
@Happy_Shaikh
@Happy_Shaikh 3 жыл бұрын
Is it responsive?
Easy Flipcard Tutorial | HTML & CSS
11:20
Coding With Russ
Рет қаралды 71 М.
Арыстанның айқасы, Тәуіржанның шайқасы!
25:51
QosLike / ҚосЛайк / Косылайық
Рет қаралды 700 М.
CSS Card Hover Effects | Html CSS
7:09
Online Tutorials
Рет қаралды 23 М.
CSS Card Hover Effects | Html CSS
12:16
Web dev
Рет қаралды 192 М.
Crazy Text Animation with CSS and SVG
5:45
Lun Dev
Рет қаралды 113 М.
3D Flip Card Effect On Hover Using Only HTML & CSS
7:58
DarkCode
Рет қаралды 258 М.
Subtle, yet Beautiful Scroll Animations
5:04
Beyond Fireship
Рет қаралды 1,8 МЛН
RPG Styles Card with Hover Effect - HTML/CSS
7:20
Red Stapler
Рет қаралды 202 М.