Jump to content

dedekvaa

Members
  • Posts

    4
  • Joined

  • Last visited

dedekvaa's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I see, my browser save cookies. But my public IP always change maybe in 2-3 seconds. I don't know why. Thanks for help.
  2. 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)
  3. 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?
  4. Hello guys, I need some help here. I don't know how to do it. I already try to mix PHP, JS, and CSS, then JS with CSS. But it doesn't work. Nah, here is I want to ask. I want to make a responsive page. But ... If the user's screen > 1365, it will make the wrapper fix width to 1000px. How can I do that? Thank you.
×
×
  • Create New...