id, class
width(넓이), height(높이)
div{
width: 100px;
height: 100px;
background-color: yellow;
}
div{
width: 100%;
height: 100px;
background-color: yellow;
}
min-width: 600px;
max-width: 800px;
테두리를 만드는 코드
border: solid 10px red;
border-radius: 50px red;
폰트
background-color: yellow;
color: rgb(123,111,21);
font-size: 80px;
font-style: italic;
font-family: Arial, Times, sans-serif;
font-weight: 100;
text-decoration: underline;
text-decoration: line-through;
text-align: right;
리스트
list-style: none;
적용 후 ▼
background
background-color: yellow;
background-image: url(주소);
background-image: url(주소);
background-repeat: repeat-x;
background-image: url(주소);
background-repeat: no-repeat;
background-position: left bottom;
id와 class로 부모자식관계를 만든다는 의미가 머리로는 이해가 됬지만 아직 코딩으로 구현해내기에 미흡하다.
주말동안 강의를 반복적으로 복습하는 수 밖에..
내가 과연 잘 할수있을까 걱정이 된다. html만 했을때는 알고 있던 부분이 많아서 앞으로가 재밌엇는데 CSS는 까막눈이라 새로 배우는 마음으로 열심히 임해야겠다.