JS Получите все стили объектов

const htmlElement = document.getElementById('test')

const styles = window.getComputedStyle(htmlElement)
florinrelea