当社について



■HTML
Click
■CSS

■HTML
リンク
<a href="https://style.potepan.com/" onclick="clickDisplayAlert();return false">リンク</a>
 
<script>
    function clickDisplayAlert() {
      alert("このリンクは画面遷移しません!");
    }
</script>

■CSS
#text-button {
  display: block;
  cursor: pointer;
  width: 160px;
  text-align: center;
  border: 1px solid #232323;
  padding: 10px;
}
aaaaaaaabbbbb
A
B
C
ホームに戻る