WEb DEsign - First

김린네·2022년 1월 29일
post-thumbnail

🌍 LEARN

🚌 CSS

/*const copy = document.querySelector('.copy');
var opacity_c = 1;
const set_time = function () {
opacity_c -= 0.1
name_v.style.opacity = opacity_c;

if (opacity_c < 0) {
    opacity_c = 1.3;
    back_ground.style.backgroundImage = "url('switch.jpg')"
    stop();
    copy.style.visibility = "visible"
}

}
const time = setInterval(set_time, 400);
const stop = function () {
clearInterval(time)
name_v.style.opacity = 1;
}

🚌 JS

-webkit-text-stroke: 0.5px rgb(240, 243, 252);
flex-direction: row-reverse;
background-size: cover;
html,
body {
height: 100%;
margin: 0;
padding: 0;
}
font-family: "Shippori Mincho", serif;

<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
  href="https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap"
  rel="stylesheet"
/>

🚔 사진은 adobestock 구입

profile
디자인 > https://dribbble.com/jongpil_77 코딩 > https://www.codewars.com/users/bikijjang

0개의 댓글