티스토리 뷰
css
body
{
width:1000px;
margin:0 auto;
font-family:doctum,arial;
font-size:12px;
background:#f0f0f0;
}
/* -------------------------------------------------- header Css */
header
{
margin:0;
padding:0;
text-align:center;
background:#fff;
border:3px solid #DBDBDB;
border-radius: 7px !important;
border-bottom-left-radius:7px !impotant;
border-bottom-right-radius:7px !impotant;
}
/* -------------------------------------------------- nav Css */
nav
{
margin:0;
padding:0;
text-align:center;
background:#fff;
border:3px solid #DBDBDB;
border-radius: 7px !important;
border-bottom-left-radius:7px !impotant;
border-bottom-right-radius:7px !impotant;
}
/* -------------------------------------------------- section Css */
section
{
width:700px;
background:#fff;
border:3px solid #DBDBDB;
float:left;
border-radius: 7px;
}
/* -------------------------------------------------- article Css */
article
{
padding-bottom:10px;
}
/* -------------------------------------------------- aside Css */
aside
{
width:280px;
background:#fff;
border:3px solid #DBDBDB;
float:right;
border-radius: 7px;
}
/* -------------------------------------------------- footer Css */
footer
{
clear:both;
text-align:center;
background:#fff;
border:3px solid #DBDBDB;
border-radius: 7px !important;
border-bottom-left-radius:7px !impotant;
border-bottom-right-radius:7px !impotant;
}
code
<%@ Master Language="C#" Inherits="System.Web.Mvc.ViewMasterPage" %>
<!DOCTYPE html>
<html>
<head runat="server">
<meta name="viewport" content="width=device-width" />
<title><asp:ContentPlaceHolder ID="TitleContent" runat="server" /></title>
<link href="../../Content/layout.css" rel="stylesheet" type="text/css" />
</head>
<body>
<header>
header
</header>
<nav>
nav
</nav>
<section>
<asp:ContentPlaceHolder ID="MainContent" runat="server"></asp:ContentPlaceHolder>
</section>
<aside>
aside
</aside>
<footer>
footer
</footer>
</body>
</html>
code
<%@ Master Language="C#" Inherits="System.Web.Mvc.ViewMasterPage" %>
<!DOCTYPE html>
<html>
<head runat="server">
<meta name="viewport" content="width=device-width" />
<title><asp:ContentPlaceHolder ID="TitleContent" runat="server" /></title>
<link href="../../Content/layout.css" rel="stylesheet" type="text/css" />
</head>
<body>
<header>
header
</header>
<nav>
nav
</nav>
<div class="content_wrapper">
<section>
<asp:ContentPlaceHolder ID="MainContent" runat="server"></asp:ContentPlaceHolder>
</section>
<aside>
aside
</aside>
</div>
<footer>
footer
</footer>
</body>
</html>
- Total
- Today
- Yesterday
- nl2br
- 메이븐(maven)
- MainActor
- .submit()
- REST API
- React
- system.io
- java-개발 환경 설정하기
- 특정 문자를 기준으로 자르기
- jsp 오픈 소스
- jstl(java standard tag library)-core
- java 키워드 정리
- jstl(java standard tag library)
- 표현 언어(expression language)
- 스프링 시큐리티(spring security)
- await
- 진수 변환
- 문자 자르기
- docker
- 스프링 프레임워크(spring framewordk)
- error-java
- 람다식(lambda expression)
- 인텔리제이(intellij)
- java web-mvc
- 스프링 프레임워크(spring framework)
- 스프링 시큐리티(spring security)-http basic 인증
- In App Purchase
- 제품 등록
- java.sql
- System.Diagnostics
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |