Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- javascript 한글입력체크
- update
- WML
- instr
- 이미지세로길이
- tempDB
- FileSystemObject
- XML
- 자바기초
- sql랭킹
- sql업데이트
- 한글입력체크
- 인젝션
- inner join
- jdbc driver
- asp함수
- sql순위
- JavaScript
- VARIABLE
- 이미지가로길이
- 정규식
- ERD
- wap
- xmldom
- array
- injection
- join
- SPLIT
- MSSQL보안
- VarType
Archives
- Today
- Total
3초기억력
css) css 글자 오른쪽에 중간선 그리기 본문
<style>
.titleAreaMain {
width: 100%;
}
.titleArea2 {
display: flex;
flex-basis: 100%;
font-size: 1.2rem;
font-weight: bold;
line-height: 1.8rem;
margin: 8px 0;
align-items: center;
width: 250px;
float: left;
}
.titleArea2::after {
content: '';
flex-grow: 1;
margin: 0 10px;
background-color: black;
height: 1px;
}
.titleArea3 {
color: #555;
display: flex;
font-size: 1.2rem;
float: left;
line-height: 1.5rem;
margin: 8px 0;
text-align: left;
}
</style>
<div class="col-10 mx-auto text-left mt-2" style="clear:both;">
<div class="titleAreaMain">
<div class="titleArea2">
• LED Media Wall
</div>
<div class="titleArea3">13M*4.5M의 와이드한 미디어월을 활용하여 다양한 구성 연출이 가능하고 각 행사마다 특별한 분위기를 제공합니다.</div>
</div>
</div>
<div class="col-10 mx-auto text-left" style="clear:both;">
<div class="titleAreaMain">
<div class="titleArea2">
• Array Speaker
</div>
<div class="titleArea3">대형 공연용 사운드 장비로 풍성한 사운드 출력을 자랑합니다.</div>
</div>
</div>
<div class="col-10 mx-auto text-left" style="clear:both;">
<div class="titleAreaMain">
<div class="titleArea2">
• Spacious Lobby Area
</div>
<div class="titleArea3">연회장 앞 36M * 10M의 넓은 로비공간은 최대 40개까지 대량의 부스설치가 가능하여 공간 활용도를 높여줍니다.</div>
</div>
</div>
'IT스킬' 카테고리의 다른 글
카카오채널 친구톡 이미지 첨부시 주의사항 (0) | 2023.11.17 |
---|---|
사이트 오픈그래프(og. opengraph) 초기화 방법 (0) | 2023.02.23 |
diff)파일 비교 패치파일 생성하기 git diff 명령어 (0) | 2021.11.01 |
정보) 특정 사이트의 정보를 알려주는 곳. builtwith.com (0) | 2021.02.25 |
SIP 패킷 분석 툴 - WireShark(와이어샤크) 사용법 (0) | 2021.02.23 |
Comments