220905 css_background_color.html

2022. 9. 5. 16:27·Skills/CSS3, SCSS
<!DOCTYPE html>
<html lang="ko">
  <head>
    <meta charset="UTF-8" />
    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>background_color</title>
    <style>
      /* default setting */
      * {margin: 0; padding: 0;}
      a {color: black; text-decoration: none;}
      li {list-style: none;}

      /* test */
      div {
        width: 300px; height: 300px;
        border: 1px solid black;
        text-align: center;
        line-height: 300px;
        float: left;
      }

      .box01 {background-color: green;}
      .box02 {background-color: rgb(0, 255, 0);}
      .box03 {background-color: #00ff00;}
      .box04 {background-color: rgba(0, 255, 0, 0.5);}
    </style>
  </head>
  <body>
    <div class="box01">box01</div>
    <div class="box02">box02</div>
    <div class="box03">box03</div>
    <div class="box04">box04</div>
  </body>
</html>

'Skills > CSS3, SCSS' 카테고리의 다른 글

220905 css_background_image2.html  (0) 2022.09.05
220905 css_background_image1.html  (0) 2022.09.05
220905 border_radius.html  (0) 2022.09.05
220905 border.html  (1) 2022.09.05
220902 padding.html  (0) 2022.09.05
'Skills/CSS3, SCSS' 카테고리의 다른 글
  • 220905 css_background_image2.html
  • 220905 css_background_image1.html
  • 220905 border_radius.html
  • 220905 border.html
개발자 윤구나
개발자 윤구나
개발 공부를 하고 있습니다. Let's go!
  • 개발자 윤구나
    이것은 무엇?????
    개발자 윤구나
    • 분류 전체보기
      • Skills
        • Java
        • Database
        • Flutter, Dart
        • JavaScript
        • React
        • HTML5
        • CSS3, SCSS
        • PHP
        • C#
        • Unity
        • Algorithm
        • GIT·GitHub
        • 그 외
      • Book Review
      • IT NEWS
      • 설계
      • 자기 계발
  • 블로그 메뉴

    • 홈
    • 방명록
  • 인기 글

  • 최근 글

  • 최근 댓글

  • 전체
    오늘
    어제
  • hELLO· Designed By정상우.v4.10.3
개발자 윤구나
220905 css_background_color.html
상단으로

티스토리툴바