I've been challenged to a CSS Battle!

Поделиться
HTML-код
  • Опубликовано: 6 окт 2024

Комментарии • 392

  • @fnd4086
    @fnd4086 3 года назад +582

    Thanks again Kevin for the battle! Rematch sometime?

    • @KevinPowell
      @KevinPowell  3 года назад +79

      Thank you, it was a blast, and we will definitely need to have a rematch one of these days!

    • @geoorge1000
      @geoorge1000 3 года назад +4

      Awesome battle!

    • @blockwest2379
      @blockwest2379 3 года назад +5

      congrats Sir, nice approaches!!!

    • @alkhemist6631
      @alkhemist6631 3 года назад +7

      I enjoyed the different approaches. This was awesome

    • @tinmancode
      @tinmancode 3 года назад +3

      fun to watch, painful to live through your positioning struggles struggles. Kevin you do great work

  • @DanielBrownsan
    @DanielBrownsan 3 года назад +610

    Me: "I'll never understand people who sit around and watch other people play video games."
    Also me: (Watches 33 minutes of CSS battles.)

    • @MerthanMerter
      @MerthanMerter 3 года назад +13

      probably cuz this one is useful

    • @heliusuniverse7460
      @heliusuniverse7460 3 года назад +38

      @@MerthanMerter ah yes, drawing images using css is useful of course

    • @multiarray2320
      @multiarray2320 3 года назад +10

      @@heliusuniverse7460 its educational

    • @LordmkKING67
      @LordmkKING67 2 года назад +4

      @@multiarray2320 indeed. Im taking notes of some new code parts n explanation of what it does as i watch

    • @abhijeets
      @abhijeets 2 года назад +3

      @@heliusuniverse7460 off cource it is, you can do all sorts of stuffs in website by mastering CSS well, and these stuffs are one the best way to do it.

  • @OnlineTutorialsYT
    @OnlineTutorialsYT 3 года назад +169

    Great... i'll also try these three challenges.

    • @mhdfr
      @mhdfr 3 года назад +4

      *oot*
      Ur vids helped me a lot man. Thanks

    • @benjamintettehnartey7937
      @benjamintettehnartey7937 3 года назад +5

      Yeah I can't wait to see you do these challenges... Your css and Javascript videos is doing a magic for me outhere...
      I'm a better web developer cos of you. .. Thanks so much... Waiting for your css battle challenge tho

    • @OnlineTutorialsYT
      @OnlineTutorialsYT 3 года назад +13

      Done, I completed all these three challenges, it was a lot of fun doing it

    • @benjamintettehnartey7937
      @benjamintettehnartey7937 3 года назад +2

      You can do a Playlist for all the battles you've done.. Wll be so exciting to watch how you go about them

    • @tinmancode
      @tinmancode 3 года назад

      @@benjamintettehnartey7937 yours too chairman

  • @agilmo
    @agilmo 3 года назад +280

    Kevin: let's see the z-index;
    Me: the pain is finally over;
    Kevin: *selects z-index; -1; still not a clue*;
    Me: *screams*;
    Best thriller movie of the year

    • @andreasnulein782
      @andreasnulein782 3 года назад +2

      same 😨

    • @jgm113
      @jgm113 3 года назад +10

      Literally screaming at the guy and I couldn't even make a circle in the first place but I know that ; is fuckin wroooong

    • @ChandraKishore189
      @ChandraKishore189 2 года назад +3

      I was literally screaming too, 'KEVIN!!!! Z-INDEX!!!!!' OCD came to the play lol.

    • @hyperanxe4957
      @hyperanxe4957 2 года назад

      Yeah dude

  • @diegomarzo4001
    @diegomarzo4001 3 года назад +107

    Minute 2: aspect-ratio: 1, I just learned the thing of the day
    Thank you Kevin :)

    • @madara_uchiha_WB
      @madara_uchiha_WB 3 года назад +1

      Same I learned bro now.. 😊😊👍

    • @programmingwithraahim
      @programmingwithraahim 3 года назад +1

      @@madara_uchiha_WB Yeah I learned the same thing in the second minute. This is Crazy.

    • @madara_uchiha_WB
      @madara_uchiha_WB 3 года назад +1

      @@programmingwithraahim yeah be too, as you can see even the cssbatlle interface couldn't recognise it it wasnt colored normally....

  • @quickcodingtuts
    @quickcodingtuts 3 года назад +80

    It's really great to see that even the pros make mistakes from time to time. It shows us that nobody knows everything there is to CSS at all times and the learning never really stops

  • @alexradu1921
    @alexradu1921 3 года назад +95

    7:12 I'm dying 😂😂😂. I don't think Kevin expected that either although that's a really cool shape he got

    • @miles611
      @miles611 3 года назад +3

      Was about to comment the same thing haha
      His face was absolutely priceless $$

    • @davidfonseca698
      @davidfonseca698 3 года назад

      That made my day! 😂.😂.😂.

    • @jamjam3448
      @jamjam3448 Год назад

      Yess I love the shape!

  • @-sevda
    @-sevda 3 года назад +21

    the semi-colon part killed me when you finally noticed it. 😂 i recently experienced the same thing on a project.

  • @savinagetsova8429
    @savinagetsova8429 2 года назад +11

    hi, I'm still a noob :D, but I think I came up with an interesting way to cut the border without using additional boxes:
    border-top: 30px solid #F7EC7D;
    border-bottom: 30px solid #F7EC7D;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    transform: rotate(45deg);

    • @Jordan_fm
      @Jordan_fm 2 года назад +2

      Actually you can set the border-color instead for a minimal clean-up like in the way how you could do it with border-radius!
      border:30px solid;
      border-color: #F7EC7D transparent;
      transform: rotate(45deg);

  • @yahyasalimi3254
    @yahyasalimi3254 3 года назад +13

    Task: name a button, that if you click a nuclear war starts
    Everybody else: ultraimportant-btn
    Kevin: a

  • @lel0uchfr199
    @lel0uchfr199 3 года назад +60

    you know that you could use border-bottom-color: transparent; border-top-color: trasparent; and make it transform: rotate(45deg); , it's some logic

    • @tinmancode
      @tinmancode 3 года назад +5

      totally spot on. everyone tackles the problems from a different angle

    • @amsprich
      @amsprich 3 года назад +5

      I was sitting here thinking the same thing. :)

    • @niner8275
      @niner8275 3 года назад +7

      And you could do it with just one div :-) this is the shortest I came up with:
      .thing, .thing::after {
      position: absolute;
      border-radius: 50%;
      }
      .thing {
      background: #aa445f;
      width: 190px;
      aspect-ratio: 1;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%) rotate(45deg);
      }
      .thing::after {
      content: "";
      inset: 30px;
      border: 30px solid;
      border-color: #f7ec7d transparent;
      }

    • @tinmancode
      @tinmancode 3 года назад

      @@niner8275 I'm positive you can use px values for left and top and remove the translation

    • @lel0uchfr199
      @lel0uchfr199 3 года назад

      @@niner8275 ? it takes less characters :)

  • @trigun2411
    @trigun2411 3 года назад +7

    22:24 when semicolon haunts you even on the front-end

  • @diegomarzo4001
    @diegomarzo4001 3 года назад +10

    The face of Kevin when it went to 7x% to 100% using Flex is a poem, like a really sad poem, Edgar Allan Poe level of sadness poem.

    • @abdulramonjemil
      @abdulramonjemil 5 месяцев назад

      It's weird tho. I thought they would be painting a canvas of the design and compare colors to a canvas of the original pixel by pixel to arrive at a score

  • @Joel-B
    @Joel-B 3 года назад +12

    Didn't expect you to make such hard work of the first challenge. Initial thought was to go from the inner/smaller circle and go outwards using a border (two sides transparent and rotated 45deg) and then a box-shadow to complete the shape.

  • @cssbattle
    @cssbattle 3 года назад +25

    This was again a really fun challenge to watch, Kevin! Thanks for doing this!
    And the amazing designs you generated while experimenting with border-radius in the 3rd round - Priceless! 😊🙌🏼

    • @inkedcoder
      @inkedcoder 3 года назад +1

      Any comment on why place items: center gave a different score than using flex?

    • @tinmancode
      @tinmancode 3 года назад +1

      @@inkedcoder it could be an edge case behaviour thing and the evaluation engine could be using a different rendering engine that generates something different from what you see in the browser.

    • @cssbattle
      @cssbattle 3 года назад +5

      @@inkedcoder THis video was probably shot long back...our scoring engine at that time might not be the latest one supporting these new universal properties. It should work as of today.

    • @_moore
      @_moore 3 года назад

      Great site, really fun, thanks. I really want to see how people got the top scores on the latest battles though. Their code has 50% less characters than mine and I don't see how that's possible!? 🤯

    • @tinmancode
      @tinmancode 3 года назад +1

      @@_moore lookout for the open targets

  • @tonyseben
    @tonyseben Год назад +2

    For the first challenge, we could just use a SINGLE div. Set background to maroon color, border-left border-right to yellow, outline again to maroon. Then rotate 45 degree.

  • @marcod.643
    @marcod.643 3 года назад +6

    I paused the video and started the battle with you too, so much fun... thanks Kevin! 😀

    • @KevinPowell
      @KevinPowell  3 года назад +3

      👍 - did you beat me?

    • @madara_uchiha_WB
      @madara_uchiha_WB 3 года назад +1

      @@KevinPowell I am not sure that I can beat you but I did the whole in about 10 minutes.. :)

  • @Chapali9a
    @Chapali9a 3 года назад +9

    I really loved this challenge. The z-index typo had me in stitches lol was funny to watch as this happens to the best of us all the time.

  • @TheSP337
    @TheSP337 3 года назад +8

    no matter what you do, no matter how much css gets easier, this at 17:07 happens to everyone. Even to Kevin. The moment when your happy smile fades away and you wonder, what is happening :D :D

  • @MerthanMerter
    @MerthanMerter 3 года назад +2

    I used to watch these and had no clue what you guys were doing at all. now I am actually understanding and even finding different (sometimes better) approaches myself. This happened only by watching and following you Kevin, so thank you so much for this.

  • @nehajain1
    @nehajain1 3 года назад +8

    Watching Frank get 100% then Kevin moving the slider frantically to see the difference was hilarious, lol. I knew you would get it right soon enough.

  • @schwetang
    @schwetang 2 года назад +1

    That was good. Frank's last one was impressive.
    I raged when I saw your z-index typo, Kevin.

  • @gouldmears2071
    @gouldmears2071 2 года назад +1

    SE here. I did some full stack before, but seeing you knock out these challenges and some of your other videos makes me want to brush off my CSS again. Good stuff!

  • @kiranovatheofficial
    @kiranovatheofficial 3 года назад +1

    Love the content, and its really helping me. Good energy and super chill vibe ☺️

  • @nitsanbh
    @nitsanbh 3 года назад +2

    You confused face @ 7:13 is so good ♥️

  • @reecevaughan4225
    @reecevaughan4225 2 года назад +1

    Finally, something that I understand! CSS may be my calling!

  • @chretien2580
    @chretien2580 3 года назад +1

    This is a great watch! I love thinking along and seeing what solutions you guys come up with.

  • @mahmoudmheisen8031
    @mahmoudmheisen8031 3 года назад +3

    for first one:
    .inner {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    border: 31px solid #F7EC7D;
    border-left-color: transparent;
    border-right-color: transparent;
    transform: rotate(45deg);
    }
    better than adding other classes/divs/overflows, got 99.9% from first try

    • @tinmancode
      @tinmancode 3 года назад +2

      You could totally solve it without even adding any html element. Just use Css. The output window is an with an html and body element in it by default.

    • @aayush_karna
      @aayush_karna 3 года назад +2

      @@tinmancode bruh

  • @mahadevovnl
    @mahadevovnl 3 года назад +1

    I found all of these to be really easy if you take a second to look them over at the start. The last task was a centered square with 4 squares inside, each square then has a :before inserted in them (as you did) that displays half a circle, and then using the :nth-child selector you'd turn them around as needed... most often, any CSS problem is fixed by that kind of initial thinking and not figuring it out as you go, because if you get stuck you either/often fall into the sunk cost fallacy, or have to redo it all anyway...

    • @tinmancode
      @tinmancode 3 года назад

      positioning is the biggiest issue followed by the shapes for all the battles, centered images occur the most and you the normal centering tricks to get those positions then work on the shapes.

  • @miles611
    @miles611 3 года назад +7

    Man, this was a blast to watch!

  • @fersahahmet9597
    @fersahahmet9597 3 года назад +17

    This is really fun to watch apart from the mic issue of Frank. I love battles especially when Kevin does typoes and pissed off :p --ps:You are the King Kevin. There is nothing convince me otherwise

  • @rohan1765
    @rohan1765 3 года назад +10

    Nothing against Frank but for me Kevin is always the best.

  • @layaboutlout
    @layaboutlout 2 года назад

    As somebody who is just starting out with TOP, I understand alot of what happened through the episode (of course not all the definitions) but seeing it come to life was like a lesson in itself, and actually really fun to watch, thanks!

  • @rishabapriyan7138
    @rishabapriyan7138 3 года назад +3

    Cool battle.Learnt some things 😃.

  • @DevMarco-
    @DevMarco- 3 года назад +7

    Good to see that even fully fledged front end devs sometimes wonder about weird behaviours

  • @michaelfaith
    @michaelfaith 3 года назад

    Man, i'm in so much of awe of how fast you go through these. Incredible.

  • @Beastintheomlet
    @Beastintheomlet 2 года назад +2

    17:39 This is how I always end up when working with CSS 😂
    22:20 the semicolon reveal, is being a developer to a T, I feel so seen

  • @mihairusu7941
    @mihairusu7941 2 года назад

    Woooow...Kevin is a monster. How he used those pseodo-elements in 3rd challenge in order to cut those circles. He is very talented in my opinion. Thx for the great battle! Had a lot of fun. 😅

  • @LuisReyes-zs4uk
    @LuisReyes-zs4uk 3 года назад

    great watch, guys... more of this, Kevin, please! thank you sir.

  • @k-yo
    @k-yo 3 года назад

    For the first one an element of the size of the circle with appropriate border-width and border-radius along with border-left-color and border-right-color: transparent would give the desired effect. Then just rotate -45deg with transform.

  • @edwardbrosens
    @edwardbrosens 3 года назад

    That look on your face after the second challenge, priceless. I know the feeling when messing up with a typo.

  • @ayushbisht7363
    @ayushbisht7363 2 года назад

    Thanks Kevin,
    I had also tried the lock up challenge, and would love to share my approach...
    I do this stuff, by keeping only the top and bottom border as yellow color and rotating it to - 135deg...
    This will save some extra line of code in our css..

  • @eh78787
    @eh78787 3 года назад +3

    Fwiw, y'all should have tried using `border-left-color: transparent`, `border-right-color: transparent`, & `transform: rotate(45deg)` on the inner circle, with a chunky border.

    • @derxen
      @derxen 2 года назад

      Exactly what I thought. This works like a charm. I got a score of 607 for this solution, which is pretty decent I guess.

  • @salmaabousaid6905
    @salmaabousaid6905 2 года назад

    To solve the issue of the first problem, the one they solved by overflow hidden, I put a circle above that region , and used a box shadow. I made the circle color transparent, and the box shadow was yellowish like the background. This helped hide the bit of the box that was getting out of the circle.

  • @KennTollens
    @KennTollens 2 года назад

    Round one where everything works and look perfect, but the program deducts points for your choice of code. That is how my teachers would grade me. I learn a lot watching someone else code, mostly because I know barely anything about css. It is super nice to see how someone else thinks through the problem.

  • @sharafmakahleh4125
    @sharafmakahleh4125 3 года назад +1

    In the third challenge, what I think would be a better approach is to make two halfs of the circle on one color, and positioning it, then duplicating it and applying rotation to make them go the other way & chang the color

  • @itsplus5396
    @itsplus5396 3 года назад +1

    The semicolon after freakin z index dude...

  • @realharami
    @realharami 3 года назад

    Thank you both of you for participation and sharing that with us!

  • @VictoriousVipin
    @VictoriousVipin 3 года назад

    Superb ...kevin and Frank.👍

  • @Chickenskout
    @Chickenskout 3 года назад

    Need more battle content keep it up! Hella fun to watch

  • @ИльясАппаков-и8у

    Interesting fact, if you using border-radius and need to get only two of visible borders like in the first battle you just can make other two transparent and it will work

  • @MentorMode
    @MentorMode 3 года назад

    1st one was very easy all we needed was a div which is purple located in the center and we needed border with different colors for 4 sides as well as border-radius after all we needed box-shadow with purple it would take like 3 minutes max but great video thank you.

  • @mykalimba
    @mykalimba 3 года назад +6

    22:18 That site should have a CSS linter for situations like this. 🤦‍♂

    • @KevinPowell
      @KevinPowell  3 года назад +1

      Just some better syntax highlighting would make me so happy 😂

    • @tinmancode
      @tinmancode 3 года назад

      Totally. I think that's a feature when you have a paid account

  • @lucasrokam
    @lucasrokam 3 года назад

    Those half circles can be archived with gradient background. I think it's a more elegant solution.

  • @maelstrom57
    @maelstrom57 3 года назад

    These are great. I like pausing the video and trying to solve the challenges myself (with unlimited time hehe).

  • @sudarrshang8922
    @sudarrshang8922 3 года назад +1

    Pls pls make more challenges of like this , they are really awesome 😎

  • @Ryangosden
    @Ryangosden 3 года назад +1

    Thanks for exposing me to CSS battles! Will definitely keep me busy

  • @AminalCreacher
    @AminalCreacher Год назад

    I played along and was surprised at how well I did. Maybe there's a css showdown in our future, should I ever become a patron >:)

  • @BadGirl-pn3qu
    @BadGirl-pn3qu 3 года назад

    That was great! Different approach the same result!

  • @TomasMisura
    @TomasMisura 3 года назад

    thank you very much for this video, I have a learned a lot. it seems to be flex is going to be preferable technology for the web layouts :)

  • @dannyr2976
    @dannyr2976 2 года назад

    I duuno whether I'm over simplifying things, but for the last challenge why not just have four boxes ('outer' as two rows of two) positioned 'absolute' and an overflow of 'hidden', within each place another nested box inside each ('inner', also positioned as 'absolute') and apply a border-radius, then position 50% either left, right, top or bottom (depending on the direction and the inner shape) so half the div will be filled and the other hidden. Either way brilliant to watch!

  • @ruskasielu6261
    @ruskasielu6261 11 месяцев назад

    For the first challenge I feel like maybe you could use a yellow border on the center circle, but only on the bottom and top side, then rotate it 45°. I haven't tried it personally though

  • @davideglass
    @davideglass 3 года назад

    This was great fun to watch, even though I was screaming at my monitor about the z-index semicolon!

  • @dinesh.m7341
    @dinesh.m7341 Год назад

    For the 1st object in the Inner Circle you could have used border top bottom radius as transparent and then use rotate property.....

  • @hjge1012
    @hjge1012 2 года назад

    That z-index issue you had there; I have that all the time as well.

  • @funnyanimalworld7579
    @funnyanimalworld7579 3 года назад +1

    Kevin is to smart and is using not ordinary ways thus getting punished :D. And pro tip always use 100% browser scale

  • @FatRogSlim
    @FatRogSlim 3 года назад +2

    border radius 100% no border left and right, rotation 45deg

  • @KonesThe
    @KonesThe 3 года назад

    I don't even know css... but this was really fun! Going to try to create a website with CSS and JS once I finish my Flutter project

  • @JoseRodriguez-xu1jz
    @JoseRodriguez-xu1jz 3 года назад +2

    The other guy sounds like a robot sinking in the ocean

  • @alinawaz4034
    @alinawaz4034 3 года назад +1

    17:32 O no you put a semicolon instead on colon in line 27 that is why it is now working.

  • @edwardbrosens
    @edwardbrosens 3 года назад

    This is so much fun, thank you Kevin.

  • @OsirisDRa
    @OsirisDRa 2 года назад

    I tried the first challenge by myself - you can do it with just 2 DIVs. Make the second one without background-color - use border only

  • @SitSkw
    @SitSkw 2 года назад

    Battle #2 took me 11min :) It's so fun to challenge myself with you :)

  • @barijade
    @barijade 3 года назад +1

    Purely HECKED by a semi-colon; the real struggle LOL

  • @oggatog3698
    @oggatog3698 3 года назад

    15:16 I think you could also just provide multiple entries for box-shadow, but I think you'd need a bunch of them to avoid having a kind of "caterpillar" effect. The div is probably the way to go.

  • @jin_9707
    @jin_9707 3 года назад

    It’s my Fav series!

  • @mody-pq8kd
    @mody-pq8kd 2 года назад

    5:00
    It’s simple, man))
    body{
    background:#000;
    }
    .outer{
    display:flex;
    align-items:center;
    justify-content:center;
    width:100px;
    height:100px;
    background:#f2f2f2;
    border-radius:50%;
    }
    .inner{
    width:30px;
    height:30px;
    background:#f2f2f2;
    border-top:15px solid black;
    border-bottom:15px solid black;
    border-left:15px solid #f2f2f2;
    border-right:15px solid #f2f2f2;
    border-radius:50%;
    transform:rotate(45deg);
    }

  • @sir_afk
    @sir_afk 2 года назад

    This was awesome, great tool.

  • @DannyHille
    @DannyHille 3 года назад +1

    It's actually nice to see the experts fumble a bit 😃

  • @MrSupdup
    @MrSupdup 2 года назад

    Man that z-index; -1; typo sent me wild. Never yelled at a screen before.

  • @thatcoul
    @thatcoul 3 года назад

    Kevin always picks the hardest solutions

  • @rnt45t1
    @rnt45t1 3 года назад +2

    I've been coding emails too long..... this looks much more fun!

    • @changoviejo9575
      @changoviejo9575 3 года назад +1

      Oh my goth, random stranger, I really feel for you.

  • @blastroyminer8118
    @blastroyminer8118 3 года назад

    Ive just done the challenge and i used outer div, and inner div, and used border-top-color, border-bottom-color, and a border of 15px solid tranparent, then used roate of 45deg.

    • @blastroyminer8118
      @blastroyminer8118 3 года назад

      for the inner div to make the two yellow sections

  • @DipayanRoyZed
    @DipayanRoyZed 3 года назад

    1st Battle is actually simpler than I thought, Linear gradient does the job very easily.

  • @grovkillen1
    @grovkillen1 3 года назад

    Best battle ever, love it!

  • @singularity1130
    @singularity1130 3 года назад

    First one I had to pause and try myself. Ended up using clip-path: polygon() to individually shape the boxes within the outer circle. Def should've just made my square's smaller and align them more towards the center of the circle instead of keeping them big and over engineering the problem.

  • @iliangrekov5885
    @iliangrekov5885 2 года назад

    My idea about #27 is only one div with border + shadow for the 3 layers border top and bottom transparent and rotate at 135deg

  • @chinmayk8004
    @chinmayk8004 Год назад

    frank's border radius idea was my first approach. I was horrified seeing Kevin choose another path.

  • @upsator
    @upsator 2 года назад

    yeah the semicolon on the z-index is funny :D

  • @ricardosandoval3848
    @ricardosandoval3848 2 года назад +1

    Battle #1
    -100% match
    body {
    display: grid;
    place-items: center;
    background: #E38F66;
    }
    div {
    width: 200px;
    height: 200px;
    background: #AA445F;
    border-radius: 50%;
    display: grid;
    place-items: center;
    }
    span {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    border: 30px solid #F7EC7D;
    border-right-color: #AA445F;
    border-left-color: #AA445F;
    transform: rotate(45deg)
    }

  • @fernandobaroni1497
    @fernandobaroni1497 3 года назад

    This was so nice!

  • @csy897
    @csy897 2 года назад

    the second I saw z-index; -1
    I was like, damn, I'm gonna be screaming at my screen for a while

  • @nikosn.9932
    @nikosn.9932 3 года назад +2

    yayy!!

  • @adamkherbek586
    @adamkherbek586 2 года назад +1

    Battle 1 : Couldn't you use a dashed border for the small circle ?

  • @auser1374
    @auser1374 3 года назад

    yep, i stayed through the whole video like i totally understood everything.

  • @DanielBrownsan
    @DanielBrownsan 3 года назад +4

    Frank needs a new microphone. LOL!

  • @SvetaSveta-ms4hi
    @SvetaSveta-ms4hi 3 года назад

    Oh my! That was so dope! 😍

  • @Random_Mallu
    @Random_Mallu 2 года назад

    26:04 Lol that oww hit hard

  • @shadownickstar577
    @shadownickstar577 3 года назад

    Yo dude is so fast and I am impressed.

  • @hrantelmayan
    @hrantelmayan 2 года назад

    I swear i had been looking at that semicolon and just waiting for you to find out 😭