사용자: css3 badge 추가

This commit is contained in:
whitedot
2013-01-28 20:18:24 +09:00
parent d0040261dd
commit 39f348fc74
3 changed files with 5 additions and 3 deletions

View File

@ -74,8 +74,10 @@ pre {overflow-x:scroll;font-size:1.1em}
#visit dd {float:left;margin:0 30px 0 0;padding:10px;color:#fff}
#visit a {display:inline-block;margin:5px 0;padding:10px;color:#fff;text-decoration:none}
#ft_catch {padding:30px 0;text-align:center}
#ft_html5badge {margin-left:50px}
#ft_catch {position:relative;margin:0 auto;padding:30px 0;width:980px}
#ft_catch_img {margin-left:302px}
#ft_html5badge {position:absolute;top:30px;left:190px}
#ft_css3badge {margin-left:50px}
#ft_copy {background:#414141}
#ft_copy p {margin:0 auto;width:980px;color:#4a9ab8}

BIN
img/ft_css3_badge.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 KiB

View File

@ -10,7 +10,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
<h1><?=$config['cf_title']?> 정보</h1>
<?=popular('neo'); // 인기검색어 ?>
<?=visit("neo"); // 방문자수 ?>
<div id="ft_catch"><img src="<?=G4_URL?>/img/ft_catch.jpg" alt="Sharing All Possibilities" id="ft_catch_img"><img src="<?=G4_URL?>/img/ft_html5_badge.jpg" alt="HTML5 Markup" id="ft_html5badge"></div>
<div id="ft_catch"><img src="<?=G4_URL?>/img/ft_catch.jpg" alt="Sharing All Possibilities" id="ft_catch_img"><img src="<?=G4_URL?>/img/ft_html5_badge.jpg" alt="HTML5 Markup" id="ft_html5badge"><img src="<?=G4_URL?>/img/ft_css3_badge.jpg" alt="HTML5 Markup" id="ft_css3badge"></div>
<div id="ft_copy">
<p>Copyright &copy; <b>소유하신 도메인.</b> All rights reserved.</p>
</div>