2016-12-10 14 views
1
모바일

에서 작동하지 않는이 코드가 있습니다CSS를 정렬

<!DOCTYPE html> 
 
<!--Website made by William Stinson, 2016, Unsolicitedly.--> 
 
<html> 
 

 
<head> 
 
    <style> 
 
    .center { 
 
     text-align: center; 
 
    } 
 
    </style> 
 
</head> 
 

 
<body> 
 
    <div class="center"> 
 
    <a href="http://www.gifford.org"> 
 
     <img src="http://www.myhopesanddreams.com/william/giffordlogo.png" draggable="false" alt="logo" /> 
 
    </a> 
 
    <br> 
 
    <img src="myhopesanddreams.com/Untitled 3.png" height="100" draggable="false"> 
 
    <iframe src="https://docs.google.com/a/gifford.org/forms/d/e/1FAIpQLSeAojv3USFoCWLpHJeIoSEiOydke0dKV3wmS-EWrr4-qbxryw/viewform?embedded=true" width="1300" height="1000" frameborder="3" marginheight="0" marginwidth="0">Loading...</iframe> 
 
    <h1>Created for The Gifford School by William Stinson</h1> 
 
    </div> 
 
</body> 
 

 
</html>

그것은 데스크톱 장치에서 제대로 중심을하지만, 모바일 기기에 제대로 중심으로하지 않습니다. 이 문제를 어떻게 해결할 수 있습니까? 시간 내 주셔서 감사합니다.

+2

입니다 폭 귀하의'