2025年10月19日日曜日

[HTML/CSS]Google Playに学ぶアラートセクション

リクエストされた URL は、このサーバー上に見つかりませんでした。

まぁ長い事アプリの紹介をやってきましたが、リンク切れのアプリも多くなっています。
(見つけたら教えてね)

ブログに通知を出したい人もいるでしょう

CSS

  #error-section {
    text-align: center;
    background-color: #d2e3fb;
    border: 1px solid #a1b4d9;
    color: #666;
    font-weight: bold;
    padding: 12px 0;
    margin: 10px 0;
  }

HTML

<div id="error-section" class="">リクエストされた URL は、このサーバー上に見つかりませんでした。</div>

error だとアレなんで、id は alert とかに変えてください

F(uriouz)

欲しいものリスト / 優先度の高いほしいものリスト / ☕を奢る
Donate 寄付 カンパ サポート Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.
詳細プロフィールを表示

0 comments:

スパム対策の為コメントをオフにしています。
Disqusは利用出来ます。

注: コメントを投稿できるのは、このブログのメンバーだけです。

...

Recent Posts

 
"The Android robot is reproduced or modified from work created and shared by Google and used according to terms described in the Creative Commons 3.0 Attribution License."