Browse Source

no message

DESKTOP-T61HUSC\user 6 months ago
parent
commit
ff1c2e1844
4 changed files with 4 additions and 2 deletions
  1. BIN
      assets/img/favicon.ico
  2. BIN
      assets/img/img_thumb.jpg
  3. 2 2
      assets/scss/style.scss
  4. 2 0
      index.html

BIN
assets/img/favicon.ico


BIN
assets/img/img_thumb.jpg


+ 2 - 2
assets/scss/style.scss

@@ -70,10 +70,10 @@ img{
         // animation: fadeInRightH1 1.2s cubic-bezier(0.22, 1, 0.36, 1) 0.3s forwards;
       }
       >h2{
-        opacity: 0;
+        //opacity: 0;
         // transform: translateX(60px);
         // animation: fadeInLeftH2 1.2s cubic-bezier(0.22, 1, 0.36, 1) 0.6s forwards;
-        // margin-bottom: 100px;
+        margin-bottom: 100px;
       }
       >h3{
         opacity: 0;

+ 2 - 0
index.html

@@ -3,11 +3,13 @@
 <head>
   <meta charset="euc-kr">
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
+  <meta property="og:image" content="assets/img/img_thumb.jpg" />
   <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
   <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css" />
   <link rel="stylesheet" as="style" crossorigin href="https://cdn.jsdelivr.net/gh/ungveloper/web-fonts/GmarketSans/font-face.css" />
   <link rel="stylesheet" as="style" crossorigin href="https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css" />
   <link rel="stylesheet" href="assets/css/style.css">
+  <link rel="icon" href="assets/img/favicon.ico">
   <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
   <script src="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.js"></script>
   <title>스플라스 스파&워터파크</title>