Add web design files
This commit is contained in:
64
web-design/Занятие_3/3.2/DW/3.2 DW.css
Normal file
64
web-design/Занятие_3/3.2/DW/3.2 DW.css
Normal file
@@ -0,0 +1,64 @@
|
||||
/* CSS Document */
|
||||
*{margin: 0; padding: 0;}
|
||||
.tablitsa {
|
||||
width: 768px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
margin-top: 0px;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
p{font-size: 13px;
|
||||
font-family: Arial;
|
||||
}
|
||||
.niz{
|
||||
font-family: Arial;
|
||||
font-size: 13px;
|
||||
color: #FFFFFF;
|
||||
margin-right: 43px;
|
||||
}
|
||||
a{color: #9E00EF;
|
||||
}
|
||||
.spisok {
|
||||
width: 630px;
|
||||
margin-left: 20px;
|
||||
}
|
||||
.littletable {
|
||||
width: 630px;
|
||||
margin-left: 62px;
|
||||
}
|
||||
h3{
|
||||
color: #88889A;
|
||||
font-family: Arial;
|
||||
}
|
||||
.mylink{
|
||||
font-size: 1pc;
|
||||
}
|
||||
.UpLink {
|
||||
color: #9E00EF;
|
||||
text-decoration: none;
|
||||
font-size: 13px;
|
||||
font-family: Arial;
|
||||
}
|
||||
.menu{
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style-type: none;
|
||||
}
|
||||
.menu li{
|
||||
display: inline;
|
||||
margin-right: 26px;
|
||||
}
|
||||
.MenuNiz{
|
||||
list-style-image: url(images/arrow_matted.gif);
|
||||
margin-left: 20px;
|
||||
padding: 0;
|
||||
}
|
||||
.MenuNiz li{
|
||||
float: left;
|
||||
}
|
||||
.WebCT{
|
||||
color: #FFFFFF;
|
||||
font-family: Arial;
|
||||
font-size: 13px;
|
||||
}
|
||||
Reference in New Issue
Block a user