51 lines
740 B
CSS
51 lines
740 B
CSS
a {
|
|
text-decoration: none;
|
|
color: fuchsia;
|
|
font-family: Arial;
|
|
padding-left: 10px;
|
|
font-size: 13px;
|
|
}
|
|
|
|
.VerhGranitsa {
|
|
border-top: 1px solid #B9B9B9;
|
|
}
|
|
|
|
.yacheika {
|
|
border-top: 1px solid #B9B9B9;
|
|
border-right: 1px solid #B9B9B9;
|
|
}
|
|
|
|
.NizGranitsa {
|
|
border-bottom: 1px solid #B9B9B9;
|
|
}
|
|
|
|
p {
|
|
padding-left: 10px;
|
|
padding-right: 10px;
|
|
font-family: Arial;
|
|
font-size: 13px;
|
|
}
|
|
|
|
img {
|
|
background-color: #FF00FF;
|
|
}
|
|
|
|
.ourwork {
|
|
font-size: 50px;
|
|
font-family: Arial;
|
|
}
|
|
|
|
.nazvanie {
|
|
padding-left: 10px;
|
|
padding-right: 10px;
|
|
font-family: Arial;
|
|
font-size: 23px;
|
|
}
|
|
|
|
.podnazvanie {
|
|
padding-left: 10px;
|
|
padding-right: 10px;
|
|
font-family: Arial;
|
|
font-size: 13px;
|
|
}
|