How to create an expanding search bar using :focus-within

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 ก.ย. 2024

ความคิดเห็น • 178

  • @jenstornell
    @jenstornell 5 ปีที่แล้ว +200

    A trick for you Kevin: Always use border-radius: 100vh; and you will always get perfectly rounded corners.

    • @KevinPowell
      @KevinPowell  5 ปีที่แล้ว +48

      hah, that's awesome and I never would have thought of that 👍

    • @ShadiMuhammad
      @ShadiMuhammad 5 ปีที่แล้ว +4

      That's awesome. 😄

    • @ronidey7100
      @ronidey7100 5 ปีที่แล้ว +4

      Thank you😀

    • @ectum_empra
      @ectum_empra 4 ปีที่แล้ว +1

      Hello, you can explain how this exactly works, i'm don't understanding? Why I should use this? Thanks ^^

    • @jenstornell
      @jenstornell 4 ปีที่แล้ว +9

      @@ectum_empra I wrote a short post about it in my blog recently. It's very simple, when you see it. csspoo.com/perfect-border-radius

  • @Matt23488
    @Matt23488 3 ปีที่แล้ว +3

    Your channel is amazing. I used to hate CSS when I first got into web development, just because of how complex it is and how little I knew at the time. And how some things seemed counter-intuitive. Over the years, as I learned the gotchas and nuances, I've gained more and more confidence in my CSS ability, and I do like it now. But your content is invaluable. If only I discovered you sooner, haha.

  • @Hemmohammad
    @Hemmohammad 4 ปีที่แล้ว +5

    You're creative and talented, your CSS3 knowledge is next level, i wish one day i can achieve the same level as you ❤ Thanks Kevin Powell

  • @darkbluebossa
    @darkbluebossa 5 ปีที่แล้ว +7

    Love these "real world" solutions. Thanks, Kevin

  • @akrembc7951
    @akrembc7951 2 ปีที่แล้ว

    the real trick is by setting position: absolute; for input element .. so we it will gain focus automatically and we can directly start typing as it will pop up from the DOM and be on top of submit .. but if we remove that property and put it in submit instead .. nothing will work .. thank you Kevin for all the rare quality content you're giving us for free

  • @Darkray201
    @Darkray201 3 ปีที่แล้ว +1

    Wow that search bar looks so cool Kevin! This is my first comment on your videos, but I really want to say thank you - I did watched like 50 videos in just the last two days whereas I am subscribed to you since the last year or so. I really appreciate your tutorials and have to admit that in comparison to your older videos you have improved so much in all aspects of being a scholar. I did not know focus-within before, I can see all those possibilities by using that one 😉
    Thats all what I've wanted to say ✔️

  • @amyp.575
    @amyp.575 4 ปีที่แล้ว +1

    This is above my head rn but that's really cool. I am DEFINITELY going to be over doing all my animations at first because they are fun so good advice. Thank you!
    I super love your quirkyness. You are like me except way more advanced computer skills! I absolutely love your shirt too!!

  • @johnadriandodge
    @johnadriandodge 3 ปีที่แล้ว

    Excellent, I had to make some changes to have it fit within my Time Traveler website, but after some modifications, I finally got it to function. Thank you for sharing this!

  • @darcmattr2112
    @darcmattr2112 4 ปีที่แล้ว

    Almost 10 years ago, I made this, but had to use JavaScript. Thanks for pointing out :focus-within!

  • @adrianfiedler3520
    @adrianfiedler3520 4 ปีที่แล้ว +38

    I think you are one of the few web dev experts here on youtube who care about acessibility. I love that you mention aria-labels and tab focusing etc. Most people completely ignore this. Would be cool to see something about screen contrasts as well :)

    • @KevinPowell
      @KevinPowell  4 ปีที่แล้ว +5

      I've mentioned it in one of my tip videos (looking at the Chrome inspect element thing that shows you the contrast), but a video devoted to it would be a good idea!

  • @codermilan6713
    @codermilan6713 3 ปีที่แล้ว +1

    Nice tutorial as always! Thanks Kevin!!! I noticed that about the border radius too. Not sure if anyone had pointed this out yet (since it's been a year) but in px value, border-radius maxes out at 32px (I'm not sure why but there's probably some reasonable math behind this lol)

  • @matheusleo5355
    @matheusleo5355 3 ปีที่แล้ว

    I'm starting now with CSS, HTML and JS and you teach very well! Learning a lot with you

  • @AtRiskMedia
    @AtRiskMedia 5 ปีที่แล้ว +2

    You are an incredibly helpful resource, Kevin. Thanks again for all you do!

  • @ChrisWalshZX
    @ChrisWalshZX 3 ปีที่แล้ว +1

    Great video and a very nice styling. One thing I was hoping you were going to address (and one that immediately jumped to mind at the very start of the video) was about whether you can view the text after the focus is lost. If this is a search for an on-screen filter, then having the text that is being used to filter would be important but after focus is lost, you cannot (visually) see that your results are undergoing a filter even through they are. I don't know if there is a pseudo selector for input having a value or not

  • @dave6012
    @dave6012 3 ปีที่แล้ว

    Focus-within is the new checkbox! Love css only designs!

  • @abdessadekelaasri8862
    @abdessadekelaasri8862 2 ปีที่แล้ว

    I was watching this just like watching my favourite tv show with a cup of coffee. I'd love to be as good as you someday(even tho css gives me headaches hhhh). Thanks man keep up the good word!!

  • @_vikramhegde_
    @_vikramhegde_ 5 ปีที่แล้ว +1

    Very cool !! Learnt about focus within through this video.. Will definitely be helpful in my web projects. Thank you Kevin

  • @pyaethein1699
    @pyaethein1699 2 ปีที่แล้ว

    one word... AWESOME!

  • @arturoemanuelguerraiturres417
    @arturoemanuelguerraiturres417 ปีที่แล้ว

    Absolutely wicked! You open a whole new world for me with the focus-within and cubic-bezier, Although ill have in mind what StJohn3D said 👌😄. Thank you Kevin! ,you are great mate! Always great videos.

  • @OMorningStar
    @OMorningStar 5 ปีที่แล้ว

    cool trick is to give the input an initial width of 100% and higher z-index than the button so that you are always clicking the input and the cursor is automatically inside the search field when it expands.
    Then adding the calculated width ( calc(100% - var(--size)) ) inside the focus-within for the correct display when it expands. So the user clicks and can start typing their query.

  • @NextCoding
    @NextCoding 5 ปีที่แล้ว +2

    I love this CSS Trick ...is great keep it up, bros

  • @dummydon-hy2on
    @dummydon-hy2on 4 หลายเดือนก่อน

    i really love this channel

  • @MauriceLacerda0
    @MauriceLacerda0 4 ปีที่แล้ว

    Awesome Kevin! I didn't know the :focus-within pseudo-class! Very useful!!

  • @notspooky1990
    @notspooky1990 3 ปีที่แล้ว

    I love sass, I can't go back to vanilla css anymore!

  • @siva_geddada
    @siva_geddada 3 ปีที่แล้ว

    Awesome video Kevin

  • @Valky1954
    @Valky1954 5 ปีที่แล้ว

    Wow and all with CSS, this is so great, that is why i love your video's always new things to learn. Thanks for this :)

  • @ambareen2368
    @ambareen2368 2 ปีที่แล้ว

    this was VERY helpful!

  • @ShadiMuhammad
    @ShadiMuhammad 5 ปีที่แล้ว

    I think that I don't hit the like button except for you Kiv.!! 😄
    Amazing Video as usual. 👌

  • @ronidey7100
    @ronidey7100 5 ปีที่แล้ว +1

    Thank you so much for this video, i learned some cool new tricks that now i can use in my projects😃

  • @terrymurray2076
    @terrymurray2076 4 ปีที่แล้ว

    Excellent video Kevin as per usual. I was wondering what has to be done to make it responsive for mobile screens. Thanks in advance.

  • @godgamer3717
    @godgamer3717 3 ปีที่แล้ว

    hey, how to make it when the search bar is focus within the outer search border extends only to the right? mine is extending both ways.

  • @alexsoulis1039
    @alexsoulis1039 5 ปีที่แล้ว

    Very nice and helpful.
    Keep it up !

  • @kerryd2060
    @kerryd2060 5 ปีที่แล้ว +1

    Thanks Kevin - if you're looking for video material, I'd like to know what you think is a good computer desk, keyboard & lighting set up for coding? I'm looking to upgrade my current work space and don't want to waste money on things that don't work.

    • @KevinPowell
      @KevinPowell  5 ปีที่แล้ว +1

      Haha, not sure if you can tell but my setup isn't the best 😂
      My keyboard is like 15 years old and I'm on an Ikea desk, lol.
      I do *love* my keyboard though. It's an old Dell mechanical keyboard. I'd 100% recommend mechanical keyboards when you do a lot of typing.

  • @christiancramer3379
    @christiancramer3379 4 ปีที่แล้ว

    Great Video on a nice approach

  • @ЖИЗНЬРУССКОГОИТАЙКИ
    @ЖИЗНЬРУССКОГОИТАЙКИ 5 ปีที่แล้ว

    Hello Kevin) I finished your course "The responsive web-design", download the arhive of "A marketing agency website" (from the last video "The loose ends
    ") and the index.html is not working in google chrome((( Can you fix it please?) Update: MY mistake))) Forget url(../img/hero-bg.jpg); i write (img/hero-bg.jpg);

  • @ahmedabousinger2795
    @ahmedabousinger2795 ปีที่แล้ว

    u r a great person

  • @Birbone21
    @Birbone21 4 ปีที่แล้ว

    I have a few remarks. Search input should be of type search and not text, and it should be wrapped in the form element. And why did you left flex there when you switched to absolute positioning? Really liked the trick with transition curve, didn’t know you can do this.

  • @prajaktakanase8717
    @prajaktakanase8717 2 ปีที่แล้ว

    what we do if we want expand search bar from right to left ?

  • @LordDewi
    @LordDewi 3 ปีที่แล้ว +1

    Hey Kevin, I do love your videos. I just get frustrated when I follow along and something doesn't work. I do realize that this particular video is over a year and a half old so things may have changed. I did finally get this to work on a test page but not in production, I'm sure that's my fault. The more frustrating thing though is when I do follow along and then I go to your CodePen to check my work and find that the CodePen is completely different from the Tutorial. It would also be helpful if you had one CodePen for the base project and then another for the Final. So that I don't have to type out all the code you just jump into. I know it would be a longer video if you had to detail the basic layout.

  • @rick2591
    @rick2591 3 ปีที่แล้ว

    Maybe a bit late but I wanted it to have the hover effect before expanding. (I could not get it to work until I added a span section in front of the submit button
    Then added some css at the very end of the .search bar..
    &__glow {
    position: relative;
    background: transparent;
    border-radius: 50%;
    width: calc(var(--size) - 10px);
    height: calc(var(--size) - 10px);
    margin-left: auto;

    &:hover, &:focus {
    outline: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
    }
    }

  • @inesborges4857
    @inesborges4857 3 ปีที่แล้ว

    Couldn't create that same search bar in codepen... my position absolute was not working

  • @futuredeveloper9014
    @futuredeveloper9014 2 ปีที่แล้ว

    how to create a search box that can search photo from local host with out linking the photos in the html. please help me .

  • @lev_bul
    @lev_bul 2 ปีที่แล้ว

    Thank you

  • @enjoy...
    @enjoy... 5 ปีที่แล้ว

    u r the best and the legend for fronted developer ,, ❤ u

  • @RickBeacham
    @RickBeacham 3 ปีที่แล้ว

    Great tutorial!

  • @yaibanoutsukushii
    @yaibanoutsukushii 3 ปีที่แล้ว +1

    this is soooo cool +.+

  • @anandkumars489
    @anandkumars489 2 ปีที่แล้ว

    How to keep the search bar open if there is content inside it

  • @Duconi
    @Duconi 3 ปีที่แล้ว

    Couldn't you use for the input width: calc(100% - var(--size)); only instead of the opacity and cursor things?

  • @mase-ob1vf
    @mase-ob1vf ปีที่แล้ว

    KING 👑

  • @MrSuperNova46
    @MrSuperNova46 3 ปีที่แล้ว

    Could you use a calc to have the duration be multiplied by the current width of the element?

  • @pepijnkrijnsen4
    @pepijnkrijnsen4 3 ปีที่แล้ว

    Maybe this is a silly suggestion, but if you want to use labels for accessibility purposes without displaying them couldn't you add labels in HTML and give them display: none in css? Screen readers would still pick up on them even if they're not displayed I think. Or would an aria-label accomplish basically the same thing?

  • @suelingsusu1339
    @suelingsusu1339 3 ปีที่แล้ว

    Genius!!

  • @emptyFull123
    @emptyFull123 5 หลายเดือนก่อน

    thank you :)

  • @joaodias8596
    @joaodias8596 3 ปีที่แล้ว

    Regarding you last point about the animation feeling faster on larger widths, is it possible to set the animation duration to something like a calc(Xms * 100vw)?

  • @Viralvlogvideos
    @Viralvlogvideos ปีที่แล้ว

    4:57 nice rap

  • @hcsftw
    @hcsftw 5 ปีที่แล้ว

    This is advanced. Hard to keep up :D
    I think I couldn't quite get the opacity trick

    • @KevinPowell
      @KevinPowell  5 ปีที่แล้ว +1

      Yup, definitely a more advanced video of mine. As I said, it goes into pushing the limits of how things are really supposed to be used. Pause things, keep trying and keep on following along and you'll get there!

  • @ViacheslavRodnikov
    @ViacheslavRodnikov 2 ปีที่แล้ว

    Why dont you use scss variables but use css3 variables instead?

  • @philipdratcliffe9648
    @philipdratcliffe9648 2 ปีที่แล้ว

    time to update that monitor kevin :P

  • @mackynikat8833
    @mackynikat8833 4 ปีที่แล้ว

    sir this doesn't work if this is on the upper top left corner of your web page. your sizes will be ruined

  • @g.petermeir
    @g.petermeir 3 ปีที่แล้ว

    Hey Kevin Powell, great trick. Already used this trick on my page because of you. But weird problem: Safari (at least on iOS, don't know about desktop) does not horizontally center the search icon. Neigher on my slightly different implementation nor on your code. It sticks to right. As I do not have (or intend having) a Mac, I can't debug it and do not know, what causes this error. Any suggestions?

  • @seca021
    @seca021 4 ปีที่แล้ว

    How would I do this same expanding but from right to left?

    • @seca021
      @seca021 3 ปีที่แล้ว

      @@pixelglamour yes I did :) tnx

  • @annablaster
    @annablaster ปีที่แล้ว

    Why isn’t the nesting working for me

  • @animefanboy842
    @animefanboy842 3 ปีที่แล้ว

    21:16
    .search-bar:focus-within > *.search-bar_sumbit {
    background-color: #ee6352;
    color: #fff;
    }

  • @castlemoyle
    @castlemoyle 5 ปีที่แล้ว +1

    I'd be interested in a font awesome tutorial. I'm currently trying to get it to work with java script and document.write() . Great tutorial by the way.

  • @maartenblokdijk
    @maartenblokdijk 5 ปีที่แล้ว

    great vid!

  • @BucurIonNiculae
    @BucurIonNiculae 5 ปีที่แล้ว +1

    That microphone wow...

  • @ItzzCheese
    @ItzzCheese 3 ปีที่แล้ว

    I doubt you’ll respond to me but I’m having a lot of trouble trying to put that exact search bar in my own website. I need some help

  • @praiz_raymond515
    @praiz_raymond515 9 หลายเดือนก่อน

    awesome

  • @vartikadehalvi5664
    @vartikadehalvi5664 3 ปีที่แล้ว

    hello sir, i love watching your videos. can you make a video of a part of a website that looks as if flipping pages of a book (eg. a services page that has a book with pages of OUR SERVICES- page1 for service 1, page2 for service2 and so on)

  • @ALESSANDROBACHER
    @ALESSANDROBACHER 2 ปีที่แล้ว

    you are great

  • @hectorserrano9314
    @hectorserrano9314 5 ปีที่แล้ว

    Why if you were using SCSS, did you declare the variables using the standards of regular CSS? You didn't do $variablename

    • @KevinPowell
      @KevinPowell  5 ปีที่แล้ว

      CSS variables are much more useful than Sass variables. You can use change them in media queries and dynamically with JS. I've almost fully converted to them.
      Sass variables still have their uses, and I'm a big fan of using maps, but if you can do it natively, no reason not to. Only reason Sass has variables is because they didn't exist on CSS when it was created.

  • @samvibes8544
    @samvibes8544 3 ปีที่แล้ว

    then just use vh value for radius

  • @TechWiBi
    @TechWiBi 3 ปีที่แล้ว

    code?

  • @AH-cf9cv
    @AH-cf9cv 5 ปีที่แล้ว

    Thank u.. for ur helpful video. ...#kevin....god bless u

  • @MatthewWeiler1984
    @MatthewWeiler1984 4 ปีที่แล้ว

    On the input, you can replace the line-height with:
    margin-top: auto;
    margin-bottom: auto;

  • @stjohn3d202
    @stjohn3d202 5 ปีที่แล้ว

    29:30 Hey!!! 👋🏻
    🤦🏻‍♂️swipe typing on my phone keeps guessing "recommending" when I'm going for "recommend" lol

    • @KevinPowell
      @KevinPowell  5 ปีที่แล้ว

      It's all good, lol. Sorry if I highlighted a typo, lol. Really appreciated the feedback though :D

  • @ugurkoc3030
    @ugurkoc3030 4 ปีที่แล้ว

    Hi Kevin your videos are very good, but they are very long. If they become shorter than 10 min , it would easy to focus. Thats my humble request as your folllower. :)

    • @KevinPowell
      @KevinPowell  4 ปีที่แล้ว +1

      I try to mix it up. Some people like long videos, some like short ones. ~20 minutes seem to be the ones people watch the most :\
      If you like shorter ones, look for my 5 minute friday playlist :)

  • @franticf2548
    @franticf2548 หลายเดือนก่อน

    without js, thanks

  • @debbiebouck2786
    @debbiebouck2786 ปีที่แล้ว

    I nI need a simple search bar with microphone

  • @manofqwerty
    @manofqwerty 4 ปีที่แล้ว

    Try background: none;

  • @tijnsnijders
    @tijnsnijders 3 ปีที่แล้ว

    If you ever need to design a website, just look through Kevin's vids... You'll come up with something 😀😄😄

  • @zobakk
    @zobakk 3 ปีที่แล้ว

    Надо было на час растянуть!

  • @mastercode7851
    @mastercode7851 4 ปีที่แล้ว

    cool video but i feel it's like sass ad , lol

    • @KevinPowell
      @KevinPowell  4 ปีที่แล้ว

      I guess my love for it rubs off a little here, lol.

    • @mastercode7851
      @mastercode7851 4 ปีที่แล้ว

      @@KevinPowell watching your new video now btw

  • @NicholasShanks
    @NicholasShanks 2 ปีที่แล้ว

    fucking hell why is this video 32 minutes long, it should be 32 seconds long

  • @SamuelRamirezTijuana
    @SamuelRamirezTijuana 5 ปีที่แล้ว

    As a purist in CSS code, I think I'll stop following You. I don't find nor fun or practical compiling and converting in order to make things clear. Man, you started so well.
    Me leaving will also make your life a little bit easier.
    Bye

    • @KevinPowell
      @KevinPowell  5 ปีที่แล้ว +4

      Sorry to see you go! I'd love to know what content you enjoyed before that I'm not doing now though. Was it because I used SCSS? Because I used to use it in all my videos and I purposefully cut down to make it more beginner friendly. It was viewer feedback that got me to use it in this video actually!

    • @SamuelRamirezTijuana
      @SamuelRamirezTijuana 5 ปีที่แล้ว

      ​ Kevin Powell Kevin I love everything you do, honestly I'll still be a patron but... It's more like an expectation thing of mine, I love it when everything evolves within is own atmosphere, I don't like frameworks... it doesn't metter to me if the native code clutters the screen, It’s natural, it's easier to debug without special software compilers etc. etc. But You know what, I'm sorry I rushed out. You're so kind, I'm back, please accept my apollogies

    • @KevinPowell
      @KevinPowell  5 ปีที่แล้ว +1

      Haha, no problem at all! I know I can't make everyone happy, but I if someone is going to jump ship I always like to know what it is that I did, since at one point they obviously saw value :)

    • @travholt
      @travholt 5 ปีที่แล้ว +2

      @@SamuelRamirezTijuana The way Kevin explained his use of SCSS in this video, it should be no problem at all doing this in pure CSS. It's just a matter of slight convenience with nesting (and that one rgba property). There's nothing stopping you from implementing it without SCSS. Heck, he even shows you how to do it, in most cases here.

    • @SamuelRamirezTijuana
      @SamuelRamirezTijuana 5 ปีที่แล้ว +2

      ​@@travholt You're right, I've just got to the part where Kevin mentions a click on CodePen displays the CSS and it was like a punch on my face LOL ;-)

  •  3 ปีที่แล้ว +7

    For the border-radius issue (12:00), I'm guessing that % means the percent of its width and percent of its height, which are different in your case. Whereas, em/px/vw/vh values would have the same amount for width AND height, which makes it correctly round.

  • @travholt
    @travholt 5 ปีที่แล้ว +4

    26:25 The button icon has been cropped at the left edge the whole time during this video, and maybe a little bit at the top too. (It was driving my pixel-perfect brain crazy!) But at the end of the video, it's not cropped anymore. What's up with that?
    Other than that - I thoroughly enjoyed this. Keep up the good work!

    • @KevinPowell
      @KevinPowell  5 ปีที่แล้ว +1

      I almost feel like it's my recording because that feels like something I would have noticed, and so odd that it doesn't do it at the end like you said. I honestly have no idea 🤔

  • @eniciodehaas8552
    @eniciodehaas8552 5 ปีที่แล้ว +3

    A video about fontawesome would be great!

  • @HansKr
    @HansKr 5 ปีที่แล้ว +1

    Very nice tutorial, but it does not work in all browsers. In Microsoft Edge it does not work at all (it does not expand) and for Firefox it needs an adjustments to make it look good. The placeholder/input text does not line out in the centre. This can be fixed by adding a height of 58px(??) to the "search-bar:focus-within .search-bar__input ".

    • @KevinPowell
      @KevinPowell  5 ปีที่แล้ว

      The window on the right side was Firefox. If you were just checking my CodePen, then yeah, it wasn't 100% the same as the finished version in the tutorial.
      It won't work in IE either, but it will work in the next release of Edge.

  • @gokuleshkumar-oe4cp
    @gokuleshkumar-oe4cp หลายเดือนก่อน

    i did'nt most aware about :focus-within,opacity,overflow,I learned from it.Thanks kevin bro

  • @Po4to
    @Po4to 3 ปีที่แล้ว

    This video is another reminder that I do need to get into variables. It's something I've been putting off forever. For one because from the beginning I did not like the syntax. Too long. Why not have some symbol and name - like PHP does. Even writing my colors in hex is quicker. Though then again, I am a masochist: I will painstakingly type out all my SMIL every time, calculate the beziers in my head without the visualizations, and for border radiuses I will check line-height, factor in padding and margins, and then use calc to divide all that by two - et voila! So beyond personal dislikes, I think it might have to do with perceived utility. Don't really need a shorthand for hexes. Other values? Maybe. Now, integers/floats would've been awesome - because I do use incrementable int variables for loops in PHP and C++ a whole lot - but vanilla CSS can't do that, can it? So that brings me back to another thing I need to get into: Sass.
    Anyway, another great video! I think it's an art unto itself to search for solutions to problems using only the tools you have/methods you know - OR to find new and crazy way to use the most standard building blocks. I basically stopped playing video games and sudoku because HTML and CSS give you more fun and versatile puzzles, and solving problems they pose - whether by their inherent structure, or lack of browser support - is nothing short of exhilirating.

  • @mihailodukic601
    @mihailodukic601 5 ปีที่แล้ว +1

    Hi Mr Powell . I just want to ask you something regarding HTML and CSS. I have spent the last two years learning then and I think that I am spending TOO much time on them. I know how to make a static site that is responsive and I know some Jquery I use for menu toggle. I want to more forward onto JS but I am TH-cam and I see a video and it has something I don't know and I dwell on the CSS learning every Detail and I know one cannot learn any language 100%. I've also learnt Sass and bootstrap I'll see later after I complete JS. What would your suggestion be to move forward from this complex circle I put myself into. It could be lack of confidence or me being a perfectionist . Your feedback would help greatly. Regards!

  • @syedalimehdi-english
    @syedalimehdi-english 3 ปีที่แล้ว

    So we can use this as a replacement for onClick events can't we?

  • @ramonvazquez965
    @ramonvazquez965 3 ปีที่แล้ว

    The gaping string aetiologically seal because bead immuhistochemically collect via a hallowed exhaust. ashamed, fretful george

  • @cloudstrife8781
    @cloudstrife8781 3 ปีที่แล้ว

    How to make that search bar only expandable from right to left? The opposite direction of yours.

  • @valerijstolmacevs8341
    @valerijstolmacevs8341 3 ปีที่แล้ว

    Thanks for detailed explanation, just ran in to a problem

  • @TDAK1509
    @TDAK1509 3 ปีที่แล้ว

    Blackground means a background of black

  • @dzsi1994
    @dzsi1994 3 ปีที่แล้ว

    I am unable to make it work in Safari. :( Any ideas?

  • @axelandru9346
    @axelandru9346 10 หลายเดือนก่อน

    Thanks for the value man !!!
    🤠

  • @muzzamiloreoluwa4219
    @muzzamiloreoluwa4219 5 ปีที่แล้ว +1

    Wish my vid content is half as good as this