나의 홈피 스타일(style) > JavaScript

본문 바로가기
사이트 내 전체검색

JavaScript

나의 홈피 스타일(style)

페이지 정보

profile_image
작성자 최고관리자
댓글 0건 조회 6,019회 작성일 21-02-10 17:23

본문

<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">

댓글목록

등록된 댓글이 없습니다.

회원로그인

회원가입

  • 게시물이 없습니다.

접속자집계

오늘
817
어제
4,574
최대
6,642
전체
869,022
contact : webmaster@beautipia.co.kr
Copyright © beautipia.co.kr. All rights reserved.