<aside> <img src="/icons/chat_gray.svg" alt="/icons/chat_gray.svg" width="40px" /> Udemy **The Web Developer 부트캠프** 강의를 참조하여 작성한 글입니다.
</aside>
/* List items that are descendants of the "my-things" list */
ul.my-things li {
margin: 2em;
}
/* Paragraphs that come immediately after any image */
img + p {
font-weight: bold;
}
/* List items that are children of the "my-things" list */
ul.my-things > li {
margin: 2em;
}
/* <a> elements with a title attribute */
a[title] {
color: purple;
}