문서의 선택한 두 판 사이의 차이를 보여줍니다.
다음 판 | 이전 판 | ||
wiki:css:css_note:css_templates [2021/07/12 10:52] emblim98 만듦 |
wiki:css:css_note:css_templates [2023/01/13 18:44] (현재) |
||
---|---|---|---|
줄 61: | 줄 61: | ||
} | } | ||
- | /* Responsive layout - makes the three columns stack on top ofeach | + | /* Responsive layout - makes the three columns stack on top of |
+ | each other instead of next to each other. */ | ||
@media (max-width: 600px) { | @media (max-width: 600px) { | ||
.column{ | .column{ | ||
줄 72: | 줄 73: | ||
< | < | ||
<p> | <p> | ||
- | In this example, we have created a header, three qeual columns and a footer. On smaller screens, the columns will stack on top of each other. | + | In this example, we have created a header, three qeual columns and a footer. |
+ | | ||
</p> | </p> | ||
< | < | ||
줄 134: | 줄 136: | ||
} | } | ||
- | /* Responsive layout - makes the three columns stack on top of each other instead of next to each other */ | + | /* Responsive layout - makes the three columns stack |
+ | | ||
@media (max-width: 600px) { | @media (max-width: 600px) { | ||
.row { | .row { | ||
줄 147: | 줄 150: | ||
< | < | ||
<p> | <p> | ||
- | In this example, we have created a header, three equal columns and a footer. On smaller screens, the columns will stack on top of each other. | + | In this example, we have created a header, three equal columns and a footer. |
+ | | ||
</p> | </p> | ||
< | < | ||
- | < | + | <p> |
+ | | ||
+ | | ||
+ | | ||
<div class=" | <div class=" | ||
줄 228: | 줄 235: | ||
} | } | ||
- | /* Responsive layout - makes the three columns stack on top of each other instead of next to each other. */ | + | /* Responsive layout - makes the three columns stack |
+ | | ||
@media (max-width: 600px) { | @media (max-width: 600px) { | ||
.grid-container { | .grid-container { | ||
줄 247: | 줄 255: | ||
< | < | ||
<p> | <p> | ||
- | In this example, we have created a header, three equal columns and a footer. On Smaller screens, the columns will stack on top of each other. | + | In this example, we have created a header, three equal columns and a footer. |
+ | | ||
</p> | </p> | ||
< | < | ||
<p> | <p> | ||
- | < | + | < |
+ | | ||
</p> | </p> | ||