html , css 코딩 백그라운드 컬러가 안바꿔져요!

html , css 코딩 백그라운드 컬러가 안바꿔져요!

작성일 2024.04.02댓글 1건
    게시물 수정 , 삭제는 로그인 필요

학원 복습 도중 해보니까 백그라운드가 안 바끼는데 무슨 문제 일까요..?

선생님이 알려주신거 그대로 쓰고 열어봐도 저는 색상이 안나와서 급합니다!!

크롬사용중입니다

 <!DOCTYPE html>
<html lang="ko">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Example01 - transition proeprty</title>
    <style>
        #container {
            width: 400px;
            height: 400px;
            border: 5px solid navy;
            margin: 20px auto;
        }
        #container > div {
            width: 100%;
            height: 100%;
            padding: 1em;
            box-sizing: border-box;
            background-color: orange;

            font-size: 1.2em;
            line-height: 1.6;
            font-weight: bold;

            transition-duration: 1000ms;
            opacity: 1;
        }
       
    </style>
</head>
<body>
    <div id="container">
        <div>
            Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the
            industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and
            scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into
            electronic typesetting, remaining essentially unchanged.
        </div>
    </div>
</body>
</html>



광고는 차단합니다!!!


#html 주석 #html 줄바꿈 #html table #html 띄어쓰기 #html free template #html to pdf #html css #html 태그 #html 특수문자 #html 이미지 넣기

profile_image 익명 작성일 -

css 자체는 문제가 없어 보이네요.

혹시 html 에서 <div id="container"></div> 가 존재하는지 확인하시고

container 의 width, height이 존재하는도 확인 하시고

만약 style을 별도의 css 파일로 작업하셨다면 html 상에서 <link rel="stylesheet" href="html에서 작업중인 파일까지의 경로/작업중인css.css"> 처럼 링크 확인해 보세요

백그라운드 컬러 적용법 [html/코딩]

https://www.funshop.co.kr/goods/detail/43514?t=s 위 링크에 있는 상세페이지처럼 스크롤 내렸을 때 백그라운드 컬러를 흰색에서 검은색으로 바뀌게 하는...

html, css, javascript 질문드립니다.

... $("#menu:contains(search)").css(background - color,"yellow... 백그라운드 컬러를 변경할 수 있습니다. ```html Sidebar .menu { background-color: #fff; padding: 10px;...

html css 코딩질문드립니다.

안녕하세요 html css 코딩 질문좀드려볼게요.. 아래가 제... 하지만 마우스 hover하면 컬러채워지면서 안에있는...

html,css 코딩 노트북 추천

... 쓰려고하는데 코딩하는데 문제 없을까요?! 일러스트랑 포토샵도 잘 돌아갔으면... PANTONE 컬러 캘리브레이션을 지원을 해서 컬러 패턴 챠트와 일치하는 색감을...



    test ad