inflearn logo
강의

講義

知識共有

作成しながら学ぶHTML/CSS

シンプルポートフォリオ - フォントアサムと仕上げ

왜 색이 안변하죠??

281

spacepig

投稿した質問数 5

0

- 학습 관련 질문을 남겨주세요. 상세히 작성하면 더 좋아요!
- 먼저 유사한 질문이 있었는지 검색해보세요.
- 서로 예의를 지키며 존중하는 문화를 만들어가요.
- 잠깐! 인프런 서비스 운영 관련 문의는 1:1 문의하기를 이용해주세요.
//style.css
    width: 100%;
    height: 100%;
}

.bx-wrapper, .bx-viewport, .slider{
    width: 100%;
    height: 100%;
}
.background__01{
    width: 100%;
    height: 100%;
    background: url("../images/a.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}

.background__02{
    width: 100%;
    height: 100%;
    background: url("../images/b.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}

.background__03{
    width: 100%;
    height: 100%;
    background: url("../images/c.png") no-repeat;
    background-size: cover;
    background-position: center;
}

.contents{
    position: absolute;
    top:0;
    text-align: center;
   
}
.contents__name{
    font-size: 64px;
    font-weight: bold;
    color :blanchedalmond;
    margin-bottom: 25px;
}
.contents__job{
    font-size: 25px;
    font-weight: bold;
    color : blanchedalmond;
    margin-bottom: 50px;
}
.content__list{
    font-size: 0;
}
.contents__list > li{
    display: inline-block;
    width:52px;
    height: 52px;
    border:1px solid white;
    border-radius: 50%;
    font-size: 16px;
}
.content__list > li > a{
    color : white;
}
 
//index.html
<!DOCTYPE html>
<html>
   <head>
        <meta charset="utf-8">
        <title>Halfhalfman's Homepage</title>
        <link href="css/reset.css" rel="stylesheet"
        type="text/css"/>        
        <link href="css/style.css" rel="stylesheet"
        type="text/css"/>
        <script src="js/jquery.1.12.4.js"
        type="text/javascript"></script>
        <script src="plugins/bxslider/js/jquery.bxslider.js"
        type="text/javascript"></script>
        <script src="https://kit.fontawesome.com/2871c12638.js" crossorigin="anonymous"></script>
        <script>
            $(document).ready(function(){
                $('.slider').bxSlider({
                    controls:false,
                    pager:false,
                    auto:true
                });
            });
        </script>
    </head>
    <body>
        <div class="slider">
            <div class="background__01"></div>
            <div class="background__02"></div>
            <div class="background__03"></div>
        </div>
        <div class="contents">
            <p class="contents__name">Halfhalfman</p>
            <P class="contents__job">I live at korea, I am a student, I have my own NFT.</P>
            <div class="contents__sns">
                <ul class="contents__list">
                    <li>
                    <a href="#">
                        <i class="fa-brands fa-discord"></i>
                    </a>
                    </li>
                    <li>
                    <a href="#">
                        <i class="fa-solid fa-water"></i>
                    </a>
                    </li>
                </ul>
            </div>
        </div>
    </body>
</html>
 
 

HTML/CSS

回答 1

0

sucoding

안녕하세요.

참고 코드를 올려주시면 도움 드리겠습니다 🙂

이 강의 들으려면 뭘 선행 학습 해야 하죠?

0

295

2

콘텐츠 영역 페이지 위치 조정 문제

0

439

1

웹페이지 따라하고 열었는데 사진이 안나와요

0

305

1

왜 .content를 하면 content클래스를 인식하지 못하죠??

0

388

2

배경사진이 두개로 나옵니다ㅜ

0

366

1

실시간 미리보기, 파일 만들기 에러

0

608

1

html, body{...}와 배경에서의 오류

0

582

2

이미지를 겹치는 방법에 대한 질문입니다.

0

468

1

hosting 시 안되는문제

0

411

4

무료로 활용 할 수 있는 사이트나 페이지 추천 좀 부탁 드립니다.

0

270

1

질문입니다.

0

347

3

질문입니다.

0

346

1

질문있습니다

0

346

1

압축파일을 어디서 다운 받으라는건가요?

1

320

1

방송을 5번 이상을 보면서 했는데도 안돼요....

2

230

1

초보자여서요..왜 reset sheet 이 필요한것이며 그게 무엇인지를 모르겠어요.

0

230

1

현재 그럼 회사들이 일반적으로 많이 쓰는 editor프로그램은 뭔가요?

0

319

1

bxslider적용이 안되는것 같습니다.

0

1151

1

position:absoulte

0

319

4

만든페이지를 다른곳에서도 보고싶어요..ㅜㅜ

0

328

1

prew와 next 제거후 배경이미지가 화면에 맞지않습니다

0

277

1

block식 여백 제거하는법이 있을까요?

0

383

1

질무니씁니다

0

197

1

자료는 어디서 다운 받나요?

0

293

1