ReactStyleTag

the Other Object·2023년 3월 7일
0

React Style Tag

<div style={ {color : 'blue', fontSize : '30px'} }> 개발 </div>

<div className="list" style={{ textAlign: "center", fontSize: "15px" }}>
  <p>
  	어쩌고
  </p>
</div>

0개의 댓글