왜 크기가 조정되지 않았습니까? (#mainContainer의 IMG)반응 형 절대 이미지 스케일링
#mainContainer
{
width: 100%;
color: white;
text-align: center;
position: absolute;
bottom: 100px;
}
#mainContainer img
{
margin-left: 20px;
margin-right: 20px;
max-width: 100%;
height: auto;
width: auto\9; /* ie8 */
}
그리고 난이있어 : http://idlecoin.tk/ (창 크기를 조정하려고 (브라우저)) 나는 모든 것을 (아마도) ..를 시도하고이 작동하지 않았다. 다시 .. 다시 .. 다시 ..
.. 나는이 사이트를 반응 적으로 만들려고 노력한다.
내 CSS 코드 : https://pastebin.com/pWSMcBwd –