태그>center(총 16개의 글)
'center' 관련 최근글
-
- [Update] Expess Autoalign v1.3
-
iDwgTools Programs (for AutoCAD) by arx119|2018/09/04 14:35
Hi Everyone AutoAlign Renamed to "Express AutoAlign" to register the program in the Autodesk App Store. This program is an edited version to describe how to regi..
- [Update] Expess Autoalign v1.3
-
-
-
-
- 전시회 -The Far Game 용적률 게임-
-
일월성 by 일월성|2017/03/14 20:29
오늘 오전에 일정이 없었으면 가고자 했던 전시회가 있었지만 시간이 되지 않아서 이번주는 건너뛰려 했지만 아르코 미술관(혜화동)에서 새로 시작하는 전시가 있길래 잠시 짬나는 시간을 이용해 들어가본다. ..
용적률게임, 용적률, 게임, TheFarGame, The
- 전시회 -The Far Game 용적률 게임-
-
- android TextView ellipsize되면, 치우치는 bug
-
공부가 본업. by 언제나19|2014/01/09 13:47
텍스트뷰를 쓰는데, 글자가 길어서 ellipsize됐을 때, 왼쪽에 공백이 생기고, 오른쪽에 .이 안보이게 될 때가 있다. gravity center 같은 것을 지정했을 때, . 뺀 글자 기준으로 center 정렬이 되어서 치..
- android TextView ellipsize되면, 치우치는 bug
-
- controlgroup button align center
-
웹짱 by 웹짱|2013/12/18 22:19
#div_ID{text-align:center;} #div_ID div {display:inline-block; zoom:1; *display:inline;} <div.버튼 컨트롤 그룹 zoom:1; *display:inline; <-IE에서 정상적으로 표출되기위해
- controlgroup button align center
-
- Apple WWDC 2013 색안경 요약
-
Accuram's Pensieve by accuram|2013/06/11 04:32
그간 나름 블로그에 올리면서 기대했던 아젠다 대비 현황입니다. - iOS7 . flat design -> 2 layer design으로 입체감이 더 살아났네요. 마치 3D 화면을 보는 듯 flat icon이 떠있습니다. . 몇몇 설정 기능의 접근 단계 축소 (와이파이/블루투스, 핫스팟, 사파리 정보보호) ..
- Apple WWDC 2013 색안경 요약
-
- AutoAlign 1.0.0.2 유틸리티
-
iDwgTools Programs (for AutoCAD) by arx119|2012/04/23 01:12
안녕하세요. 최근 파워포인트로 문서 작업을 하다보니 shape 정렬 기능이 매우 유용하더라구요. 물론 AutoCAD에도 Align기능이 있지만 파워포인트의 기능과는 다소 차이가 있습니다. 그래서 파워포인트의 기능을 AutoCAD에서 적용해보려 간단하게 만들어 봤습니다. 테스..
- AutoAlign 1.0.0.2 유틸리티
-
- J-2X 엔진 시험 영상
-
Beyond the Space by 아일턴|2011/11/11 10:04
지난 9일, 미국의 스테니스 우주 센터에서는 미국의 차기 우주 발사체의 상단에 사용될 J-2X 엔진의 500초 연소 시험이 수행되었습니다. J-2X는 인류를 유일하게 달에 보낸 발사체 Saturn V의 상단에 사용되었던 J-..
- J-2X 엔진 시험 영상
-
- [python] string pad
-
connect the Dots... by 방긋방긋|2011/09/05 19:54
스트링을 빈칸이나 원하는 문자로 채워서 길이를 맞춰주는 방법. s = "123".rjust(5)s = " 123" #123을 오른쪽 정렬로 만들고 빈칸을 채워 길이 5로 만듬. s = "123".ljust(5)s = "123 " #123을 왼쪽 정렬로 만들고 빈칸을 채..
- [python] string pad
-
- [css] Center aligning with margin
-
왕새우 by 왕새우|2011/03/26 00:04
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">.center{margin:auto;width:70%;background-color:#b0e0e6;} In my younger and mor..
- [css] Center aligning with margin
-
- ATS 2010 LA Act 2 12 Finale - Dream On by You..
-
Only Younha by Only Younha|2010/10/11 15:15
미국 NBC 방송 All that skate LA공연 Finale 윤하 소개+Dream on
- ATS 2010 LA Act 2 12 Finale - Dream On by You..
-
- How to set google map center and zoom level which all markers ..
-
상상할 수 있는 힘이 모자라다 by 허진영|2009/07/06 13:34
OK, guys. Let me do simplest way. :-) Although I use jQuery, but it doesn't matter, does it? //server side returns marker information by JSON type function loadAllMarkers(url, target_map) { jQuery.ajax({ url: url, type: "ge..
- How to set google map center and zoom level which all markers ..