Add web design files

This commit is contained in:
2025-11-20 21:37:53 +02:00
parent 258f24570a
commit 9192716bfb
510 changed files with 12551 additions and 0 deletions

View File

@@ -0,0 +1,45 @@
.div1{
width: 100px;
height: 100px;
border: 1px solid #49FF00;
background-color: #49FF00;
position: absolute;
top: 175px;
left: 200px;
}
.div2{
width: 100px;
height: 100px;
border: 1px solid #001DFF;
background-color: #001DFF;
position: absolute;
top: 120px;
left: 370px;
}
.div3{
width: 350px;
height: 50px;
border: 1px solid #FF0004;
background-color: #FF0004;
position: absolute;
top: 150px;
left: 260px;
}
.div4{
border: 1px solid #C000FF;
width: 50px;
height: 185px;
background-color: #C000FF;
position: absolute;
top: 60px;
left: 270px;
}
.div5{
width: 75px;
height: 75px;
border: 1px solid #D3CEAF;
background-color: #D3CEAF;
position: absolute;
top: 100px;
left: 304px;
}