4 Cool Pure CSS Ribbon Shapes | CSS Tricks

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 ต.ค. 2024

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

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

    great channel. Where do you learn all this ?

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

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

  • @abdulhamid.469
    @abdulhamid.469 ปีที่แล้ว

    It's great. ❤

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

    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  ปีที่แล้ว

      Can you provide 🔗link of that specific page.

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

    Cool👌👍

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

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

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

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

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

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

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

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

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

      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 ปีที่แล้ว

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

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

      @@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;
      }
      }