忍者ブログ

ひつ(じのひよこが)プログラミングします。
お仕事や趣味で困ったこととか、何度も「あれ?どうだったかしら」と調べたりしたこととか、作ったものとか、こどものこととかを書きます
★前は週末定期更新でしたが今は不定期更新です

2024/05    04« 1  2  3  4  5  6  7  8  9  10  11  12  13  14  15  16  17  18  19  20  21  22  23  24  25  26  27  28  29  30  31  »06

スマートフォンのなんか引っ張る感じのインタフェースを作る

以下のようなもの。

<div style="
  position: relative;
  text-align: center;
  border-bottom: 3px solid black;

  background-color: gray;
  width: 300px;
">
  <span style="
    position: relative;
    display: inline-block;
    border-bottom: 3px solid black;
    border-bottom-left-radius: 23px;
    border-bottom-right-radius: 23px;
    height: 46px;
    width: 46px;
    top: 23px;
    font-size: 240%;

    background-color: gray;
    color: white;
  ">▼</span>
</div>
PR

コメント

ただいまコメントを受けつけておりません。

ブログ内検索

P R