Div Position Generator
Preview
Generated CSS
1.generated-div {
2 position: relative;
3 width: 200px;
4 height: 200px;
5 background-color: #3b82f6;
6 border-radius: 0px;
7 top: 0px;
8 left: 0px;
9}
1.generated-div {
2 position: relative;
3 width: 200px;
4 height: 200px;
5 background-color: #3b82f6;
6 border-radius: 0px;
7 top: 0px;
8 left: 0px;
9}