【CSS】padding-right - パディング(右)
CSSのpadding-rightプロパティについて解説します。
検証環境
padding-right
padding-rightは“パディング(右)”のプロパティです。
基本構文
padding-right: 値;
サンプル
<style>
div {
border: 1px solid black;
___ih_hl_start
padding-right: 120px;
___ih_hl_end
}
</style>
<div>
CSS : Cascading Style Sheets.
CSS is a programming language that decorates elements such as HTML and XML.
You can set various properties such as text color, background, and size.
</div>