#box { padding: 15px; }
<div id="box"></div>
const div = document.querySelector("#box"); const padding = getComputedStyle(div).padding;
15px