«center» 태그된 질문

HTML의 가운데 태그는 내용이 상위 요소 내에서 중앙에 오도록합니다. 더 이상 사용되지 않으며 더 이상 사용하지 않아야합니다.

8
Android : 중심점에서 비트 맵을 회전하는 방법
이 문제에 대한 해결책을 찾기 위해 하루 이상을 찾고 있었지만 여기에 대한 답변조차도 도움이되지 않습니다. 문서는 아무것도 설명하지 않습니다. 나는 단순히 다른 물체의 방향으로 회전을 시도하고 있습니다. 문제는 비트 맵이 고정 된 지점을 중심으로 회전하는 것이 아니라 비트 맵 (0,0)을 중심으로 회전된다는 것입니다. 다음은 문제가있는 코드입니다. Matrix mtx = new …

8
CSS : 중앙 블록이지만 내용을 왼쪽에 정렬
전체 블록이 부모의 중앙에 배치되기를 원하지만 블록의 내용은 왼쪽 정렬됩니다. 예가 가장 좋습니다 이 페이지에서 : http://yaml-online-parser.appspot.com/?yaml=%23+ASCII+Art%0d%0a---+%7c%0d%0a++%5c%2f%2f%7c%7c%5c% 2f % 7c % 7c % 0d % 0a ++ % 2f % 2f + % 7c % 7c ++ % 7c % 7c __ % 0d % 0a & type = python …
81 css  alignment  center 

6
CSS를 사용하여 페이지 중앙에 테이블을 배치하는 방법은 무엇입니까?
다음 코드를 사용하고 있습니다. CSS를 사용하여이 테이블을 페이지 중앙에 배치하는 방법은 무엇입니까? <html> <head> <link rel="stylesheet" type="text/css" href="styles.css" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>The Main Page</title> </head> <body> <table> <tr> <td><button class="lightSquare"></button></td> <td><button class="darkSquare"></button></td> <td><button class="lightSquare"></button></td> <td><button class="darkSquare"></button></td> <td><button class="lightSquare"></button></td> <td><button class="darkSquare"></button></td> <td><button class="lightSquare"></button></td> <td><button class="darkSquare"></button></td> </tr> </table> </body> </html>
81 html  css  html-table  center 
당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.