코딩공부 2일차

조정환·2021년 10월 30일
1

box-shadow: 0 10px 10px 0 rgba(0,0,0,0.1);

float: left;
float: right;

ex)
.title-text {
font-size: 11px;
font-weight: bold;
color: #282828;
float: left;
}

.year-text {
font-size: 11px;
font-weight: bold;
color: #282828;
float: right;
}

css에서 overflow: hidden;

ex)
.float-wrap{
overflow: hidden;
}

html에서

.sns-img {
width: 12px;
height: 12px;
}

margin-right: auto;
margin-left: auto;

ex)
.mainbox {
width: 610px;
padding: 30px;
margin: 30px;
margin-right: auto;
margin-left: auto;
border: 1px solid #ebebeb;
box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.1);
}

profile
멋쟁이정환처럼

0개의 댓글