나의 홈피 스타일(style)
페이지 정보
작성자 최고관리자 작성일 21-02-10 17:23 조회 8,236 댓글 0본문
<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">
댓글목록 0
등록된 댓글이 없습니다.