Quantcast
Channel: CSSタグが付けられた新着記事 - Qiita
Viewing all articles
Browse latest Browse all 8681

〜CSSの基本〜

$
0
0

以下に注意して修正する

top → 上
bottom → 下のこと

padding→中身だけ動かしたい
margin→背景ごと動かす

margin: 0 auto; [左右]に対して中央に配置

ショートハンド指定
padding: ○px; 四方向共通
padding: ○px ○px; 上下 左右
padding: ○px ○px ○px; 上 左右 下
padding: ○px ○px ○px ○px; 上 右 下 左

計算する番
width : calc(100% - 20px) ;

< ブロックの位置指定を固定するために!>
絶対位置指定の仕方

position: absolute;で
スタート位置を指定。

position: relative;を親に記載すれば
親基準のスタート位置となる。

◆以下をCSSに記載

※子要素に追加
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin:auto;

※親腰輿に追加
position: relative;


Viewing all articles
Browse latest Browse all 8681

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>