set height to width css

Solutions on MaxInterview for set height to width css by the best coders in the world

showing results for - "set height to width css"
Alina
28 Apr 2020
1example {
2  height: 100px;
3  width: 100px;
4  background-color: blue;
5}