CSS Tutorials For Beginners #6-10 > CSS

CSS

CSS 관련 공부 및 자료 공유 소모임 게시판 입니다.

CSS Tutorials For Beginners #6-10 정보

CSS Tutorials For Beginners #6-10

본문

External style sheets

인라인과 임베디는 시간 소비

빠르고 쉽게  External style로

index.html

<!DOCTYPE html>
<html lang="en">
<head>
  <title>CSS For Beginners</title>
  <link rel="stylesheet" href="styles/syntax.css">
</head>
  
<body>
  <p class="welcome">Welcome!</p>
  
  <div id="header">
    <h1>Selectors</h1>
    <h2>In CSS</h2>
    <p>Welcome to the website!</p>
  </div>
  
  <p>Hello there ninjas!</p>
  <p>Hello there ninjas!</p>
  <p>Hello there ninjas!</p>
  <p>Hello there ninjas!</p>
  <p>Hello there ninjas!</p>
  <p>Hello there ninjas!</p>
  <p>Hello there ninjas!</p>
  <p>Hello there ninjas!</p>

  <!-- Scripts -->
  <script src="scripts/index.js"></script>
</body>
</html>

contact.html

<!DOCTYPE html>
<html lang="en">
<head>
  <title>CSS For Beginners</title>
  <link rel="stylesheet" href="styles/syntax.css">
</head>
  
<body>
 <div id="header">
    <h1>Contact Us</h1>
  </div>
  
  <p>Hello there ninjas! contact us below.</p>
  <p>Hello there ninjas! contact us below.</p>
  <p>Hello there ninjas! contact us below.</p>
  <p>Hello there ninjas! contact us below.</p>
  <p>Hello there ninjas! contact us below.</p>
  <p>Hello there ninjas! contact us below.</p>


  <!-- Scripts -->
  <script src="scripts/index.js"></script>
</body>
</html>

 

syntax.css에

p{
  font-size: 12px;
  color: blue;
}

blue를 red로 12px를 20px로 바꾸면 한번에 바뀌는 것을 알수가 있습니다.

 

CSS Comments and Where to Use Them

 

/* */ 를 사용함

 

Targeting Elements with CSS

 

각각의 tag에  적용시킬수 있음

p, a, span, h1, div 태그에 적용

 

Targeting Classes and ID's

 

Class는 한페이지에서 여러번 사용이 가능하지만

id는 한페이지에서 한번만,  유일하게 사용되어야 함.

 

id를 선택하기 위해서는 # 을 class를 선택하기 위해서는 . 으로..

 

CSS Conflicts & the Cascade

 

위에서 아래로 적용됨.

뒤에 있는 규칙이 적용됨 (인라인 스타일이 마지막..)

 

추천
0

댓글 0개

전체 88 |RSS
CSS 내용 검색

회원로그인

진행중 포인트경매

  1. 참여0 회 시작24.04.25 20:23 종료24.05.02 20:23
  2. 참여80 회 시작24.04.19 15:40 종료24.04.26 15:40
(주)에스아이알소프트 / 대표:홍석명 / (06211) 서울특별시 강남구 역삼동 707-34 한신인터밸리24 서관 1404호 / E-Mail: admin@sir.kr
사업자등록번호: 217-81-36347 / 통신판매업신고번호:2014-서울강남-02098호 / 개인정보보호책임자:김민섭(minsup@sir.kr)
© SIRSOFT