강의

멘토링

커뮤니티

Inflearn Community Q&A

No author

This post's author information has been deleted.

Responsive Website Portfolio (App Official Landing Website)

position: fixed; 가 안먹혀요..뭐가 문제일까요?

Written on

·

149

·

Edited

1

html

<!DOCTYPE html>
<html lang="ko">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>starUp Mata : App Official Landing</title>
    <link rel="icon" href="images/logo_a.png">
    <!-- jQuery CDN -->
    <script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
    <!-- Slick Slider -->
     <link rel="stylesheet" href="js/slick/slick-theme.css">
     <link rel="stylesheet" href="js/slick/slick.css">
     <script src="js/slick/slick.js"></script>
    <!--Custom csss & js-->
    <link rel="stylesheet" href="style.css">
    <link rel="stylesheet" href="responsive.css">
    <script src="custom.js"></script>
</head>
<body>
    
    <div class="container">
        <!-- Header -->
        <header>
            <div class="header-inner">
                <div class="logo">
                    <a href="#none"><img src="images/logo_pc.png"></a>
                </div>
                <div class="gub">
                    <a href="#none">아비브소개</a>
                    <a href="#none">제품</a>
                    <a href="#none">이벤트</a>
                    <a href="#none">리뷰</a>
                    <a href="#none">문의하기</a>
                    <!-- <a href="#none"></a>
                    <a href="#none"></a>
                    <a href="#none"></a> -->
                </div>
                <div class="login">
                    <a href="#none">로그인</a>
                </div>
            </div>
        </header>
        <!-- welcome -->
        <section class="welcome">
            <div class="slideshow">
                <img src="images/slide-welcome-01.jpg">
                <img src="images/slide-welcome-02.jpg">
                <img src="images/slide-welcome-03.jpg">
            </div>
            <div class="welcome-heading">
                <span>창의적인 아이디어를 만드는 가장 빠른 방법</span>
                <h1>
                    An idea solution of startup for your
                    <em>3가지 타이핑 텍스트 자리</em>
                </h1>
                <p>
                    스타트업 메이트 앱이 여러분의 최상의 스타트업 구축을 위해 창의적인 아이디어를 제공하는 데 최선을 다하겠습니다.
                </p>
                <div class="welcome-btns">
                    <a href="#none" class="btn start">CEO 시작하기</a>
                    <a href="#none" class="btn guide">사용자 가이드</a>
                </div>
            </div>
            <div class="mouse">
                <span class="wheele"></span>
            </div>
        </section>
        <!-- ceo-access -->
        <section class="ceo-access"></section>
        <!-- banner -->
        <section class="banner"></section>
        <!-- feature -->
        <section class="feature"></section>
        <!-- vision -->
        <section class="vision"></section>
        <!-- faq -->
        <section class="faq"></section>
        <!-- review -->
        <section class="review"></section>
        <!-- focus -->
        <section class="focus"></section>
        <!-- guide -->
        <section class="guide"></section>
        <!-- news -->
        <section class="news"></section>
        <!-- footer -->
        <footer></footer>
    </div>
</body>
</html>

1000자 이상 안올라 간다해서 댓글에 남길게요

HTML/CSSjquery반응형-웹

Answer 1

0

codingworks님의 프로필 이미지
codingworks
Instructor

글자 제한은 답글로 여러개 남기시면 됩니다.

답글 여러개로 html css js 그리고 브라우저 화면 모두 올려주세요.

No author

This post's author information has been deleted.

Ask a question