나의 홈피 스타일(style)
페이지 정보
본문
<style>
body {
background-image:url(http://그림경로);
background-attachment: fixed;
background-repeat: no-repeat;
background-position: bottom center;
font-family : "돋움", "Arial", "SansSerif";
font-size : 10pt;
text-decoration : none;
}
table
{
margin-top : 0mm;
margin-bottom : 0mm;
margin-left : 0mm;
}
td {
font-family : "돋움", "Arial", "SansSerif";
font-size : 10pt;
text-decoration : none;
}
a:active {
color : red;
text-decoration : none;
}
a:link {
color : blue;
text-decoration : none;
}
a:hover {
text-decoration:none;
color:#6633FF
}
a:visited {
font-family : "굴림", "Arial", "SansSerif";
color : blue;
text-decoration : none;
}
P {
font-family : "굴림", "Arial", "sans-serif";
font-size : 10pt;
margin-top : 0mm;
margin-bottom : 0mm;
}
Div {
font-family : "굴림", "Arial", "SansSerif";
font-size : 10pt;
text-decoration : none;
margin-top : 0mm;
margin-bottom : 0mm;
}
b {
font-family : "굴림", "Arial", "SansSerif";
font-size : 10pt;
text-decoration : none;
}
input
{
font-size: 10pt;
border: 1pt solid green ;
border-color:#FFCC99;
}
.button
{
font-family:굴림체,serif;
font-size:11;
color:blue;
text-decoration:none;
border: 1pt ridge green;
background-color : #EAEAEA
}
.radio
{
border: 0pt;
}
textarea
{
font-size: 10pt;
border: 1pt solid;
}
</style>
//외부 스타일 불러오기 익스와 네스케이프 모두 인식
<link rel="stylesheet" href="pclab.css">
<link rel="stylesheet" href="text.css" type="text/css">
body {
background-image:url(http://그림경로);
background-attachment: fixed;
background-repeat: no-repeat;
background-position: bottom center;
font-family : "돋움", "Arial", "SansSerif";
font-size : 10pt;
text-decoration : none;
}
table
{
margin-top : 0mm;
margin-bottom : 0mm;
margin-left : 0mm;
}
td {
font-family : "돋움", "Arial", "SansSerif";
font-size : 10pt;
text-decoration : none;
}
a:active {
color : red;
text-decoration : none;
}
a:link {
color : blue;
text-decoration : none;
}
a:hover {
text-decoration:none;
color:#6633FF
}
a:visited {
font-family : "굴림", "Arial", "SansSerif";
color : blue;
text-decoration : none;
}
P {
font-family : "굴림", "Arial", "sans-serif";
font-size : 10pt;
margin-top : 0mm;
margin-bottom : 0mm;
}
Div {
font-family : "굴림", "Arial", "SansSerif";
font-size : 10pt;
text-decoration : none;
margin-top : 0mm;
margin-bottom : 0mm;
}
b {
font-family : "굴림", "Arial", "SansSerif";
font-size : 10pt;
text-decoration : none;
}
input
{
font-size: 10pt;
border: 1pt solid green ;
border-color:#FFCC99;
}
.button
{
font-family:굴림체,serif;
font-size:11;
color:blue;
text-decoration:none;
border: 1pt ridge green;
background-color : #EAEAEA
}
.radio
{
border: 0pt;
}
textarea
{
font-size: 10pt;
border: 1pt solid;
}
</style>
//외부 스타일 불러오기 익스와 네스케이프 모두 인식
<link rel="stylesheet" href="pclab.css">
<link rel="stylesheet" href="text.css" type="text/css">
- 이전글여백없애기 21.02.10
- 다음글title 사용하기 (메뉴위에 마우스를 가져가면 내용보여주기) 21.02.10
댓글목록
등록된 댓글이 없습니다.