You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Актуальные контакты:
Telegram: @Nikker_web
E-Mail: tarasevich.email@gmail.com
Портфолио https://www.behance.net/d4d4186e
Разрабатываю дизайн групп в соц сетях, сайтов, приложений, другой дизайн под заказ
Актуальные контакты:
Telegram: @Nikker_web
E-Mail: tarasevich.email@gmail.com
Разрабатываю дизайн групп в соц сетях, сайтов, приложений, другой дизайн под заказ
Портфолио https://www.behance.net/d4d4186e
Question
skvaer09
У меня есть код где написано один стиль для текста но в блоках должен быть другой стиль текста как сделать это??
Текст в блоке " <div id="blockNav1">"
div#nav{
Edited by skvaer09outline:0px solid #cc0000;
height:50px;
margin-bottom:33px;
background:url(../imagess/meny.jpg) ;
position:relative;
opacity:0.9;
}
ul.mainMenu{
outline:0px solid #cc0000;
position:absolute;
left:1px;
top:12px;
color:#fff;
}
ul.mainMenu li{
cursor:pointer;
text-shadow:0px 1px 0px #000;
text-transform:uppercase;
font-size:19px;
float:left;
text-align:center;
padding:1px 37px;
/*outline:1px solid #cc0000;*/
border-right:1px solid #19191B;
border-left:1px solid #76767A;
}
div#blockNav1{
width:145px;
height:200px;
background-image:url(../imagess/BgBlockNav.png) ;
outline:0px solid #cc0000;
margin-top:36px;
padding:1px;
}
div#blockNav2{
width:181px;
height:200px;
background-image:url(../imagess/BgBlockNav.png) ;
outline:0px solid #cc0000;
margin-top:36px;
margin:36px 151px;
padding:1px;
}
div#blockNav3{
width:292px;
height:200px;
background-image:url(../imagess/BgBlockNav.png) ;
outline:0px solid #cc0000;
margin-top:36px;
margin:36px 337px;
padding:1px;
}
div#blockNav4{
width:187px;
height:200px;
background-image:url(../imagess/BgBlockNav.png) ;
outline:0px solid #cc0000;
margin-top:36px;
margin:36px 634px;
padding:1px;
}
div.closeBlock{
position:absolute;
background:url(../imagess/close.png) no-repeat;
width:24px;
height:24px;
cursor:pointer;
}
div.closeBlock:active{
opacity:0.8;
}
span.titlBlockNav{
text-align:center;
padding:5px;
display:block;
outline:0px solid #cc0000;
font-size:12px;
border-bottom:1px solid #3D3D3D;
text-transform:uppercase;
}
span.titlBlockNav2{
text-align:center;
padding:5px;
display:block;
outline:0px solid #cc0000;
font-size:12px;
border-bottom:1px solid #3D3D3D;
text-transform:uppercase;
}
span.titlBlockNav3{
text-align:center;
padding:5px;
display:block;
outline:0px solid #cc0000;
font-size:12px;
border-bottom:1px solid #3D3D3D;
text-transform:uppercase;
}
span.titlBlockNav4{
text-align:center;
padding:5px;
display:block;
outline:0px solid #cc0000;
font-size:12px;
border-bottom:1px solid #3D3D3D;
text-transform:uppercase;
}
Link to comment
Share on other sites
6 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.