home2 ๊ฒŒ์‹œํŒ HTML/CSS ๊ฒŒ์‹œํŒ Portfolio ์‹ค์Šต 1 : Landing Page ์งˆ๋ฌธ

Portfolio ์‹ค์Šต 1 : Landing Page ์งˆ๋ฌธ

  • ์ด ์ฃผ์ œ์—๋Š” 1๊ฐœ ๋‹ต๋ณ€, 2๋ช… ์ฐธ์—ฌ๊ฐ€ ์žˆ์œผ๋ฉฐ codingapple๊ฐ€ 1 ๋…„, 6 ์›” ์ „์— ์ „์— ๋งˆ์ง€๋ง‰์œผ๋กœ ์—…๋ฐ์ดํŠธํ–ˆ์Šต๋‹ˆ๋‹ค.
2 ๊ธ€ ๋ณด์ž„ - 1 ์—์„œ 2 ๊นŒ์ง€ (์ด 2 ์ค‘์—์„œ)
  • ๊ธ€์“ด์ด
    ๊ธ€
  • #129195

    ๋ฐ•์ฐฌ์šฐ
    ์ฐธ๊ฐ€์ž
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <link rel="stylesheet" href="/css/landing.css">
        <link rel="stylesheet" href="/fontawesome/css/all.min.css">
        <title>Document</title>
    </head>
    <body>
        <div class="main-bg">
            <div class="main-left">
                <div>
                    <h1>Landing Page for Apps</h1>
                </div>
                <div>
                    <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit.<br>Voluptatum, rem, distinctio! Dolores
                        doloremque.</p>
                </div>
                <button type="button" class="main-bt">Show more</button>
            </div>
            < img src="img/iphone.png" class="main-img">
        </div>
        </div>
    </body>
    </html>
    
    
    
    
    CSS
    
    
    body {
        box-sizing: border-box;
        margin: 0;
    }
    .main-bg {
        position: relative;
        width: 100%;
        min-width: 200px;
        height: 450px;
        padding: 1px;
        background: linear-gradient(to bottom, rgb(122, 140, 223), rgb(39, 64, 177));
    }
    .main-left {
        padding: 60px;
        color: white;
    }
    .main-bt {
        width: 100px;
        height: 40px;
        border-radius: 5px;
        border: 0;
        background-color: rgb(63, 62, 62);
        color: white;
    }
    .main-bt:hover {
        background-color: gray;
    }
    .main-img {
        position: absolute;
        width: 300px;
        right: 50px;
        bottom: 0;
    }
    @media screen and (max-width: 767px) {
        .main-bg {
            text-align: center;
        }
        .main-left {
            font-size: 15px;
            padding: 30px;
        }
        .main-img {
            width: 200px;
            position: absolute;
            left: 50%;
            margin-left: -100px;
        }
    }
    ํ™”๋ฉด ์บก์ฒ˜ 2024-08-06 211316
    ๋ชจ๋ฐ”์ผํ™˜๊ฒฝ์˜ ํฌ๊ธฐ์—์„œ ์ด๋ฏธ์ง€์˜ ํฌ๊ธฐ์— ๋”ฐ๋ผ ์ค‘์•™์ •๋ ฌ์ด ๋‹ค๋ฅด๋”๋ผ๊ณ ์š”
    ์บก์ณ์ด๋ฏธ์ง€๋Š” 100px์ธ๋ฐ ์ด ๊ฒฝ์šฐ์—๋Š” ์ค‘์•™์ •๋ ฌ์ด ๋งž์ง€์•Š๋Š”๋ฐ
    200px๋กœ ๋ณ€๊ฒฝํ• ๊ฒฝ์šฐ์—๋Š” ์ค‘์•™์ •๋ ฌ์ด ๋˜๋”๋ผ๊ตฌ์š”
    ์™œ ์ด๋Ÿฐ์ง€ ์•Œ ์ˆ˜ ์žˆ์„๊นŒ์š”
    ๋˜ํ•œ ํฌ์ง€์…˜์„ ์‚ฌ์šฉํ•˜์ง€ ์•Š๊ณ  ์˜ค๋ฅธ์ชฝ์•„๋ž˜์— ์ •๋ ฌํ•  ์ˆ˜ ์žˆ๋Š” ๋ฐฉ๋ฒ•์ด ์žˆ์„๊นŒ์š” pcํ™˜๊ฒฝ์—์„œ
    #129208

    codingapple
    ํ‚ค ๋งˆ์Šคํ„ฐ
    position absolute์ค€๊ฑด left: 0; right: 0; margin: auto; ์ฃผ๋ฉด ๊ฐ€์šด๋ฐ์ •๋ ฌ๋ ๊ฑธ์š”
2 ๊ธ€ ๋ณด์ž„ - 1 ์—์„œ 2 ๊นŒ์ง€ (์ด 2 ์ค‘์—์„œ)
  • ๋‹ต๋ณ€์€ ๋กœ๊ทธ์ธ ํ›„ ๊ฐ€๋Šฅํ•ฉ๋‹ˆ๋‹ค.

About

ํ˜„์žฌ ์›” 700๋ช… ์‹ ๊ทœ์ˆ˜๊ฐ•์ค‘์ž…๋‹ˆ๋‹ค.

  (09:00~20:00) ๋น ๋ฅธ ์ƒ๋‹ด์€ ์นดํ†ก ํ”Œ๋Ÿฌ์Šค์นœ๊ตฌ ์ฝ”๋”ฉ์• ํ”Œ (๋งํฌ)
  admin@codingapple.com
  ์ด์šฉ์•ฝ๊ด€, ๊ฐœ์ธ์ •๋ณด์ฒ˜๋ฆฌ๋ฐฉ์นจ
โ“’ Codingapple, ๊ฐ•์˜ ์˜ˆ์ œ, ์˜์ƒ ๋ณต์ œ ๊ธˆ์ง€
top

ยฉ Codingapple, All rights reserved. ์Šˆํผ๋กœ์ผ“ ์—๋“€์ผ€์ด์…˜ / ์„œ์šธํŠน๋ณ„์‹œ ๊ฐ•๋™๊ตฌ ๊ณ ๋•๋กœ 19๊ธธ 30 / ์‚ฌ์—…์ž๋“ฑ๋ก๋ฒˆํ˜ธ : 212-26-14752 ์˜จ๋ผ์ธ ๊ต์œกํ•™์›์—… / ํ†ต์‹ ํŒ๋งค์—…์‹ ๊ณ ๋ฒˆํ˜ธ : ์ œ 2017-์„œ์šธ๊ฐ•๋™-0002 ํ˜ธ / ๊ฐœ์ธ์ •๋ณด๊ด€๋ฆฌ์ž : ๋ฐ•์ข…ํ