답변 2개
채택된 답변
+20 포인트
6년 전
</p>
<p>$(".center_con_wrab").css({</p>
<p> 'padding-left': '0px',</p>
<p> "width": "calc(100% - 300px)"</p>
<p> });
<style></p>
<pre>
.center_con_wrab<code>{
-webkit-transition:all 500ms ease-out 0.5s;
-moz-transition:all 500ms ease-out 0.5s;
-o-transition:all 500ms ease-out 0.5s;
transition:all 500ms ease-out 0.5s;
}</code></pre>
<p><code></style></code></p>
<p><code>
로그인 후 평가할 수 있습니다
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인