CSS Height and Width
CSS Height and Width
Setting height and width
height 및 width 속성은 요소의 높이 및 너비를 설정하는 데 사용됩니다.
높이와 너비를 자동으로 설정할 수 있습니다 (기본값 : 브라우저가 높이와 너비를 계산한다는 의미). 또는 px, cm 등의 길이 값 또는 포함 된 블록의 백분율 (%)로 지정합니다. .
Example
div {
height: 200px;
width: 50%;
background-color: powderblue;
}
<!DOCTYPE html>
<html>
<head>
<style>
div {
height: 200px;
width: 50%;
background-color: powderblue;
}
</style>
</head>
<body>
<h2>Set the height and width of an element</h2>
<p>This div element has a height of 200px and a width of 50%:</p>
<div>This element has a height of 100 pixels and a width of 500 pixels.</div>
</body>
</html>
게시글 목록
| 번호 | 제목 |
|---|---|
| 2407 | |
| 2399 | |
| 2397 | |
| 2379 | |
| 2362 |
웹접근성
자바스크립트를 끈 로그인 폼
15
|
| 2359 | |
| 2358 |
CSS
IE6/7 img px 버그
|
| 2346 | |
| 2332 | |
| 2329 | |
| 2326 |
HTML
IE6 PNG 초 간단하게 적용
3
|
| 2325 | |
| 2322 | |
| 2321 | |
| 2317 | |
| 2312 |
웹접근성
웹접근성이란?
3
|
| 2309 |
웹접근성
웹표준형 화면 확대/축소
8
|
| 2308 | |
| 2305 | |
| 2301 |
CSS
그라디언트 에디터
7
|
| 2300 | |
| 2293 | |
| 2288 | |
| 2281 |
HTML
object 태그 질문 드ㅡ립니다
2
|
| 2276 | |
| 2273 | |
| 2270 |
CSS
가상클래스 순서 외우기
3
|
| 2263 | |
| 2261 |
반응형
반응형웹 패턴/리소스/뉴스
4
|
| 2258 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기