Jump to content
Search Community

rimedtades

Members
  • Posts

    11
  • Joined

  • Last visited

Posts posted by rimedtades

  1. I want processes to start after black goes above orange and 

    <div class="panel blue"> Contant 1</div> 
    <div class="panel red">Contant 2</div>
    <div class="panel orange">Contant 3</div> 
    <div class="panel purple">Contant 4</div> 

    the contents overlap I can fix this problem

    See the Pen jOaZwmL by rimedtades (@rimedtades) on CodePen

  2. yes, it's a css topic. I wanted to get help because I couldn't. Normally it needs to be centered with this code

     

    left: 50%;
     top: 50%;
     transform: translate(-50%, -50%);

     

    images do not appear when I use these codes, when I change these codes, it's not responsive.

    See the Pen RwpRGxv by rimedtades (@rimedtades) on CodePen

     

    it happens partially when I use flexbox, but mobile seems problematic

    body {
      height1000px;
      background#000;
      displayflex;
      justify-contentcenter;
    }
×
×
  • Create New...