Add web design files
This commit is contained in:
31
web-design/Занятие_3/3.1 DW.css
Normal file
31
web-design/Занятие_3/3.1 DW.css
Normal file
@@ -0,0 +1,31 @@
|
||||
*{margin: 0;
|
||||
}
|
||||
.tablitsa{
|
||||
width: 805px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
margin-top: 200px;
|
||||
}
|
||||
table{
|
||||
border-bottom-width: 1px;
|
||||
border-bottom-style: solid;
|
||||
border-bottom-color: #4C85C0;
|
||||
|
||||
}
|
||||
p{
|
||||
color: #4C85C0;
|
||||
font-weight: bold;
|
||||
font-family: Arial;
|
||||
text-align: center;
|
||||
font-size: 14px;
|
||||
}
|
||||
.jeltii {
|
||||
background-color: #F4E8A9;
|
||||
border-right: 2px solid #4C85C0;
|
||||
}
|
||||
.goluboi {
|
||||
background-color: #B2D7E6;
|
||||
}
|
||||
.goluboi2 {
|
||||
border-right: 2px solid #4C85C0;
|
||||
}
|
||||
Reference in New Issue
Block a user