Blair  - Soul Eater 전체코드

• program/스파르타코딩클럽

전체코드

oujin 2022. 1. 30. 00:08
728x90

https://deokdam.spartacodingclub.kr/Poq4wLYoTw3O/index.html

 

겸댕이우진님의 덕담 페이지

덕담 한마디 남겨주세요!

deokdam.spartacodingclub.kr


<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>덕담 하나 주면 안 잡아먹지!</title>

    <meta property="og:title" content="겸댕이우진님의 덕담 페이지"/>
    <meta property="og:description" content="덕담 한마디 남겨주세요!"/>

    <style>
        @font-face {
    font-family: 'Cafe24Ssurround';
    }

    * {
    font-family: 'Cafe24Ssurround';
    }

        .background{
            width: 100vw;
            height: 100vh;
           

            max-width: 450px;

            background-position: center;
            background-size: cover;

            margin: auto;
        }
        body, h1,p{
            margin: 0;
        }
        .title{
            color: #3f3732;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;

            padding-top: 5vh;
        }
        .title > h1{
            font-size: 22px;

            background-color: white;

            padding: 8px 16px;

            border-radius: 16px;
        }
        .title > p{
            font-size: 18px;
        }
        .title > p > span{
            font-size: 22px;
        }
        .btn {
            background-color: #3f3732;
            color: white;

            width: 300px;
            height: 50px;
            border-radius: 10px;

            font-size: 18px;

            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;

            cursor: pointer;
            position: fixed;
            bottom: 16px;
            left: calc(50% - 150px);
        }
        .box > img{
            width:70px;
           
           
            position: absolute;
            bottom: 50%;
            left:20%;
        }

    </style>
    <script>
        let mycode = 'b6b546b5bf9b295df41ae2777af5a13e';
    </script>

</head>
<body>
    <div class="background">
        <div class="title">
            <h1>덕담 하나 주면 안 잡아먹지!</h1>
            <p>겸댕이우진님이 받은 덕담: <span>2개</span></p>
        </div>
        <div class="box">
           


        </div>
    </div>

    <div class="btn">바구니에 덕담 남기기</div>



</body>
</html>
728x90