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 @@
*{
padding: 0;
border: 0;
margin: 0;
}
.container{
width: 600px;
border: 1px solid #FF0000;
margin: 0px auto;
background-color: #FFFF00;
}
.log{
margin-left: 10px;
width: 580px;
height: 100px;
border: 0px solid #000000;
background-color: #FFA500;
margin-bottom: 10px;
}
.nav{
width: 150px;
height: 500px;
background-color: #008000;
border: 1px solid #EE82EE;
float: left;
margin-left: 10px;
margin-bottom: 10px;
}
.content{
width: 400px;
height: 500px;
background-color: #0000FF;
border: 1px solid #A52A2A;
float: right;
margin-right: 10px;
margin-bottom: 10px;
}
.podval{
width: 580px;
height: 100px;
margin-left: 10px;
border: 1px solid #494B97;
background-color: #49FF00;
clear:both;
}