Jump to content

dedekvaa

Members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by dedekvaa

  1. So, I have another error. It said that my login session has expired. I don't know why.

    It happened on both Linux and Windows.

     

    On Linux it said:

    Invalid cookie, login session expired.

     

    On Windows it said:

    Different IP Address than before, also invalid cookie, and login session expired.

     

    Can you delete all logs from my account? (Username : dedekvaa)

  2. Sigh, I don't understand why it is wrong.
    Here is my code.

    html {
      height: 100%;
    }
    body {
      font-family: "Ubuntu";
      display: flex;
      flex-direction: column;
      height: 100vh;
      background-color:#F7E9C6;
    }
    
    #wrapper {
      width:77.46%;
      background-color: #FFF;
      padding:0;
      box-shadow: 3px 3px 3px 3px grey;
      flex: 1 0 auto;
      padding-bottom: 1em;
    }
    
    @media only screen and (min-device-width: 1366) {
      #wrapper {
        width: 1000px !important;
      }
    }
    #slideshow img {
      height:auto;
      max-width:100%;
    }
    
    .kotak {
      border:1px solid #000;
      border-radius: 5px;
      padding:5px;
      margin-bottom: 1em;
    }
    
    .kotak img {
      width:157.5px;
      height:46px;
    }
    
    .footer {
      margin-top:1em;
      font-size: 0.9em;
      flex-shrink: 0;
      background-color: #282828;
      color:#FFF;
      padding:1rem;
      text-align: center;
    }
    
    

    Whats wrong tho? BTW, I will use it for >= 1366 width screen or > 1365.

    While I look for my code at view-source, the

     

    @media only screen and (min-device-width: 1366) {
    #wrapper {
    width: 1000px !important;
    }
    }

     

    doesn't show up. Why is that?

     

    Or I should use your code at my <head></head> tag?

×
×
  • Create New...