[解決済み] ヘッダー付きCSSボックス
2022-02-18 18:42:23
質問
以下のようなボックスを作成するためのcssコードが必要です。
これが私のやり方です。
.content-box-gray {
margin: 0 0 0px;
overflow: hidden;
padding: 10px;
height: 15px;
font-size: 15px;
border-radius: 5px;
border: 1px solid gray;
color: #3385FF;
}
次に、ヘッダーをコーディングする必要があります。
よろしくお願いします。
解決方法は?
デモ
MARKUP。
<figure></figure>
STYLE
figure{
width:400px;
height:220px;
border-radius:4px;
border:2px solid #ccc;
position:relative;
}
figure:before{
content:'';
position:absolute;
top:40px;
left:0;
width:100%;
height:2px;
background:#ccc;
}
RESULT
UPDATE @petermeissner
タイトルと本文を追加したい場合は
content: attr(data-title)
;
figure{
width:400px;
height:220px;
border-radius:4px;
border:2px solid #ccc;
position:relative;
padding:48px 10px 10px
}
figure:before {
content: attr(data-title);
position: absolute;
top: 0px;
left: 0;
width: 100%;
height: 40px;
line-height: 40px;
text-indent: 10px;
border-bottom: 2px solid #ccc;
}
<figure data-title="Butter Cookies!">
<figcaption>
Homemade vanilla Danish butter cookies are the perfect cookie to share! <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Element/figure">find out more about this Figure</a>
</figcaption>
</figure>
RESULT
関連
最新
-
nginxです。[emerg] 0.0.0.0:80 への bind() に失敗しました (98: アドレスは既に使用中です)
-
htmlページでギリシャ文字を使うには
-
ピュアhtml+cssでの要素読み込み効果
-
純粋なhtml + cssで五輪を実現するサンプルコード
-
ナビゲーションバー・ドロップダウンメニューのHTML+CSSサンプルコード
-
タイピング効果を実現するピュアhtml+css
-
htmlの選択ボックスのプレースホルダー作成に関する質問
-
html css3 伸縮しない 画像表示効果
-
トップナビゲーションバーメニュー作成用HTML+CSS
-
html+css 実装 サイバーパンク風ボタン
おすすめ
-
[解決済み】なぜ私のdivは重なっているのですか?
-
[解決済み】Text-decoration: noneが機能しない。
-
[解決済み】Google Chromeでレスポンシブメディアクエリが機能しない件
-
[解決済み] Chrome で注入されたスタイルシートによる奇妙なスタイリングが発生する
-
[解決済み] CSSやSVGで半円を描く
-
[解決済み] FontAwesomeによる星評価用CSS
-
[解決済み] svgの円のダブルストロークの色
-
[解決済み] エレメントの角を面取りする方法を教えてください。
-
[解決済み] ブートストラップカラムで画像の下にキャプションを中央配置する
-
[解決済み] 入力・テキストフィールドの背景色