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,85 @@
@charset "utf-8";
/* CSS Document */
* {
margin: 0;
}
.zelenii {
background-color: #A8C1A8;
}
.NoUnderline {
text-decoration: none;
color: #A8C1A8;
font-family: Arial;
font-size: 12px;
margin-right: 22px;
}
.textZEL {
color: #A8C1A8;
font-family: Arial;
font-size: 12px;
}
.text {
font-family: Arial;
font-size: 12px;
margin-top: 10px;
}
.NIZtext {
font-family: Arial;
font-size: 12px;
margin-top: 40px;
margin-bottom: 30px;
}
.divR {
margin-left: 20px;
}
.line {
width: 600px;
border-top: 2px dotted #000000;
margin-top: 15px;
}
.line2 {
width: 600px;
border-top: 1px dashed #000000;
margin-top: 15px;
}
.zagolovok {
font-family: Arial;
font-weight: lighter;
margin-top: 10px;
}
.PoleVibor {
margin-top: 5px;
}
.otstup {
margin-top: 20px;
}
.otstup2 {
margin-top: 10px;
}
.otstupL {
margin-left: 7px;
}
.menu {
list-style-type: none;
margin: 0;
padding: 0
}
.menu li {
display: inline;
}