다이앤달링619 [CSS] creating tic tac toe table. creating tic tac toe table. id 쓰는방법 (5번째 td 에만 사방에 border 적용시키는 id 값 적용)DOCTYPE html> TTT board h1{ text-align: center;} td { width: 100px; height: 100px;} table{ margin: auto;} .vertical { border-left: 1px solid black; border-right: 1px solid black;} .horizontal { border-top: 1px solid black; border-bottom: 1px solid black;} #square{ border: 1px solid black;} Tic Tac Toe 복합 클래스 쓰기DOCTYPE html> .. 2018. 3. 10. 남녀 역할 분담에 대한 영어 1. How is household chores being divided between the husband and wife? Ans: they are divided equally/the man will do the more tedious ones while the wife does the easier ones/the wife does the dishes while the man do the rest. 2. When it comes to taking care of the children, whom takes on more work? Ans: the man will do most of the carrying and the mother feeds the child/the father will bathe th.. 2018. 3. 9. [CSS] Box model "in a doctument, each element is represented as a rectangular box.In CSS, each of these rectangular boxes is described using the standard box model.Each box has four edges : the margin edge, border edge, padding edge, and content edge padding : between the border and the text(content), there's something called padding. padding is just the space on the inside of the border.margin : between the bo.. 2018. 3. 7. [CSS] Pseudo-classes CSS Pseudo-classesA pseudo-class is used to define a special state of an element.For example, it can be used to:Style an element when a user mouses over itStyle visited and unvisited links differentlyStyle an element when it gets focus Hover SelectorThe :hover selector is used to select elements when you mouse over them. Tip: The :hover selector can be used on all elements, not only on links.Tip.. 2018. 3. 6. 이전 1 ··· 37 38 39 40 41 42 43 ··· 155 다음