<html>
<head>
<style type="text/css">
body { font: 14px Arial, Helvetica, sans-serif;
background-color: #FFFFFF;
color: #FFFF66;
}
.rblock {
background-color: #404040;
}
.rblock *.m5 {
margin: 0 5px;
}
.rblock *.m3 {
margin: 0 3px;
}
.rblock *.m2 {
margin: 0 2px;
}
.rblock *.m1 {
margin: 0 1px;
}
.rblock p.content {
padding: 0px 10px;
}
.rblocktop, .rblockbottom {
background-color: #FFFFFF; /* must be of the same as body bg-color */
display: block;
width: 100%;
}
.rblocktop *, .rblockbottom * {
background-color: #404040; /* must be of the same as .rblock bg-color */
display: block;
height: 1px;
overflow: hidden;
}
</style>
</head>
<body>
<div class="rblock" style="width: 500px;">
<div class="rblocktop">
<span class="m5"></span><span class="m3"></span><span class="m2"></span><span class="m1"></span><span class="m1"></span>
</div>
<p class="content" style="text-align: justify; text-indent: 0px; /* change this style to whatever you want or remove it */">
Lorem ipsum dolor sit amet, consectetur adipisicing elit,
sed do eiusmod tempor incididunt ut labore et dolore magna
aliqua. Ut enim ad minim veniam, quis nostrud exercitation
ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit
esse cillum dolore eu fugiat nulla pariatur. Excepteur sint
occaecat cupidatat non proident, sunt in culpa qui officia
deserunt mollit anim id est laborum.
</p>
<div class="rblockbottom">
<span class="m1"></span><span class="m1"></span><span class="m2"></span><span class="m3"></span><span class="m5"></span>
</div>
</div>
</body>
</html>
제목 | 날짜 | |
---|---|---|
코딩 배울 수 있는 사이트 모음(HTML/CSS/JS/IMG/PHP) | 2018/01/03 | |
jQuery를 배울수 있는 동네들입니다. | 2013/08/09 | |
관련 링크 [1] | 2010/05/23 | |
15 | [프레임워크] [UI Kit] CSS Framework 어떤 것을 사용할 것인가? 출처: https://mobicon.tistory.com/353 [Intelligence Convergence] | 2019/03/21 |
14 | [반응형 웹] 모바일 사이드바 만들기 | 2020/04/10 |
13 | [반응형 웹] 기기별 미디어쿼리 사이즈,모바일 디바이스별 사이즈 | 2020/05/02 |
12 | Web Fundamentals | 2020/05/02 |
11 | [프레임워크] Material design | 2020/07/02 |
10 | [Meta] meta viewport 모바일에서 PC 사이즈 그대로 보기 | 2022/01/09 |
9 | [map] 카카오맵 퍼블리싱 | 2022/03/31 |
8 | [위지윅에디터] ckeditor5 | 2022/04/11 |
7 | [svg] SVG PATH EDITOR (코드로 SVG 패스 만들기) | 2022/04/21 |
6 | [CSS] css 글자 나누기 | 2022/05/10 |
5 | [CSS] safari select background glory style | 2022/07/14 |
4 | [swiperjs] swiper.js 기본 템플릿 코드 | 2022/11/27 |
3 | [swiperjs] swiper.js 숫자 페이징 | 2022/11/28 |
2 | [swiperjs] swiper random shuffle | 2022/11/28 |
1 | [CSS] CSS Grid를 배워보는 링크 | 2023/01/31 |