4 Cool Pure CSS Ribbon Shapes | CSS Tricks

Sdílet
Vložit
  • čas přidán 7. 09. 2024

Komentáře • 15

  • @abdulhamid.469
    @abdulhamid.469 Před rokem

    It's great. ❤

  • @Error_fragproshooter
    @Error_fragproshooter Před rokem

    Cool👌👍

  • @shogunkodogun
    @shogunkodogun Před rokem

    great channel. Where do you learn all this ?

    • @CodingDesign
      @CodingDesign  Před rokem +1

      I'm self taught web developer + I do spend most of my time creating 🎬CZcams video & 🔍research.

  • @AyabongaDuma
    @AyabongaDuma Před rokem

    Hi sir! I don't know if it is possible but can you show us how to create a website that looks like a Microsoft Edge overview page with animations, also my comment keeps disappearing if I try to comment down the link. It sends you to the official edge page which shows you the browser's features. Sorry for the trouble, it just keeps fading.

    • @CodingDesign
      @CodingDesign  Před rokem

      Can you provide 🔗link of that specific page.

  • @mudassirabegum1554
    @mudassirabegum1554 Před rokem

    the last one was useful, 2nd the code was not working when i used
    Thank you

    • @CodingDesign
      @CodingDesign  Před rokem

      I'm sorry without knowing your real problem (what's wrong) I can't provide you any solutions.

    • @mudassirabegum1554
      @mudassirabegum1554 Před rokem

      it was correct in desktop but i when i worked to optimize mobile it was very difficult to arrange it properly
      @@CodingDesign

  • @mudassirabegum1554
    @mudassirabegum1554 Před rokem

    it is a big headache to make mobile responsive please show that also

    • @CodingDesign
      @CodingDesign  Před rokem

      I'm sorry. I can't create separate video for that specific problem.
      Right now my College Examination is running on. Therefore after completion of my exam I may provide you "code" in order to make it "responsive" .

    • @mudassirabegum1554
      @mudassirabegum1554 Před rokem

      thank you so much for giving time and understanding my problem .i will be waiting@@CodingDesign

    • @CodingDesign
      @CodingDesign  Před rokem

      @@mudassirabegum1554 You can just use this code.
      ⚠ It's bad practice to use Flexbox on "body" tag & you can use CSS Grid as well.
      But right now you can try it.
      @media screen and (max-width: 790px) {
      body {
      flex-direction: column;
      gap: 2rem;
      }
      }