This code does not work, the browser assigns a padding value to the width. The line becomes a square. The figure is not released.
#curve2 { padding-top: 120px; height: 2px; width: 120px; background: #000; transform: rotate(35deg); }
Source: https://ru.stackoverflow.com/questions/161565/
All Articles