날아라김지원

https://www.w3schools.com/css/css_align.asp

 

CSS Layout - Horizontal & Vertical Align

W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more.

www.w3schools.com


참고한 사이트는 위와 같다.

 

.center {
  margin: auto;
  width: 50%;
  border: 3px solid green;
  padding: 10px;
}

속성을 가운데 적용하려면 위와같이 margin:auto

 

.center {
  text-align: center;
  border: 3px solid green;
}

글자,text를 가운데 적용하려면 위와같이 text-align:center 를 주면된다.

profile

날아라김지원

@flykimjiwon

포스팅이 좋았다면 "좋아요❤️" 또는 "구독👍🏻" 해주세요!