Добавил:
Upload Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:
Скачиваний:
5
Добавлен:
31.03.2015
Размер:
2.61 Кб
Скачать
body
{ position:absolute;
    background:#CCC;
    align-content:center;
    margin-left: auto;
    margin-right: auto;
    font-family:Algerian,Tahoma,'Times New Roman';
    text-shadow: 5px 5px 5px #eee
}  
.text{
    font-size:20px;
    text-shadow:2px 2px 2px #000;
}
#map3
{
display: inline-block;
list-style: none;
position: relative;
width: 203px;
height: 191px;

background-image: url('../Yandex.Google.jpeg');
}

#map3 a
{
position: absolute;
z-index: 2;
}
#map3 a.l1
{
    top: 60px;
    left: 50px;
    width: 120px;
    height: 117px;
}
 
#map3 a.l2
{
    top: 5px;
    left: 185px;
    width: 120px;
    height: 120px;
    
    
}


#yandex {
         background:url(Yandex_Google.jpeg) 0 0;
         

}

.yandex {
    width:60px;
height:60px;
margin:30px;
background:url(HtmlPage2.html);

}
.cont1{
    width: 370px;
    height: 530px;
    border: 3px solid #999;
    display:inline-block;
    margin: 20px;

    
}
.text3{
    font-weight: bold;
}
.text2 {
    font-style: italic; /* Курсивное начертание */
}
.s{
text-decoration: line-through; /*зачеркивание текста, аналог <s>*/
}

.u {
text-decoration: underline; /*каждая строка текста подчеркнута, аналог <u>*/
}

.hr{
text-decoration:solid;
}
.alignRight {
align-content:center;
}
#table1 td{
    width:50px;
    height:50px;
}
#table1{
    empty-cells:show;
border-collapse: collapse; /*слияние ячеек таблицы*/
margin: auto; /*отступ от края*/
}

#table1 .solid {
border: 2px black solid;
}



.square {
width:60px;
height:60px;
background:#333;
margin:30px;
animation-name:spin;
animation-duration:2s;
animation-iteration-count:infinite;
}
@keyframes spin{
    from {transform:rotate(0deg);
    }
    to {transform:rotate(360deg);
    }
}

#table2 {text-align:center;
         border-collapse:collapse;
         width:250px;
         height: 150px;}
.style1 {background-color:#FFD700;
         border:3px double red;}    
.style2 {background-color:#1E90FF;
         border:3px groove #1E90FF;}
.style3 {border:3px solid black;
         background-color:#2E8B57;} 

.header2 {font-size:25px;
          font-weight:bold;
          color: #228B22;
          text-decoration:none;
          text-align:left;}
ul.ul1 {list-style-type:disc;}
ul.ul2 {list-style-type:square;}
ul.ul3 {list-style-type:circle;}
ol.ol1 {list-style-type:upper-latin;}
ol.ol2 {list-style-type:upper-roman;}  


Соседние файлы в папке WebApplication1