• Daum
  • |
  • 카페
  • |
  • 테이블
  • |
  • 메일
  • |
  • 카페앱 설치
 
카페정보
HTML&CSS TAG
 
 
 
카페 게시글
◈─---… HTML 영상방 <title>HTML CSS 소스 B</title>
gyun님 추천 0 조회 5 23.02.21 22:04 댓글 1
게시글 본문내용
 
다음검색
댓글
  • 작성자 23.02.21 22:16

    첫댓글 @import url('https://fonts.googleapis.com/css2?family=Lobster&family=Poppins:wght@300;400;500;700&display=swap');


    *{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    }
    html{
    scroll-behavior: smooth;
    }
    body{
    font-family: 'Poppins', sans-serif;
    color:white;
    }
    h2{font-weight: normal;}
    section{
    width: 100%;
    height: 100vh;
    }

    #home{background: #2c3e50;}
    #service{background: aliceblue;color:#333}
    #price{background: #2B2933;}
    #product{
    background: #fff;
    color: #42484D;
    display: flex;
    justify-content: center;
    min-height:100vh;;
    }
    #contact{
    background: #c0392b;
    display: fl

최신목록