title: "김박사넷 반도체 아카데미 포토 공정 실습" description: "포토 공정 실습 / Photo 공정 실습 / 반도체 공정 실습"
_(8).png?table=block&id=e4f56438-2283-444b-b858-5a9f19b9d7f0&cache=v2)
.jpg?table=block&id=22ef3a18-4b4c-4460-96f5-34d58ce1149d&cache=v2)
공유하기
<head> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css"> <style> .hello-world { display: flex; align-items: center; justify-content: center; width: 95%; height: 80px; border: 2px solid; font-weight: bold; color: white; background-color: #003166; border-color: currentColor; transition: 300ms; } .hello-world:hover { color: #003166; background-color: white; color: #003166; } .hello-world i { margin-right: 5px; } </style> </head> <body> <button class="hello-world" onclick="copyToClipboard('https://bit.ly/3O2va7X')" style="padding: 32px;"><i class="fas fa-link"></i>링크 복사</button> <script> function copyToClipboard(text) { var textarea = document.createElement("textarea"); textarea.value = text; document.body.appendChild(textarea); textarea.select(); document.execCommand("copy"); document.body.removeChild(textarea); alert("복사되었습니다!"); } </script> </body>
김박사넷 반도체 아카데미 네이버 블로그
네이버 블로그에서 더 많은 교육 현장 사진을 확인해보세요👀

