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
Ксения :)
Здравствуйте!
Мучаюсь уже неделю, не знаю в чем ошибка. Подскажите пожалуйста.
Вот код страницы и код css.
style.css
* {
padding : 0;
margin : 0;
}
body {
font-family : Arial, Helvetica, sans-serif;
font-size : 13px;
}
img {
padding : 5px;
border : 1px solid #D61011;
}
img.floatTL {
float : left;
margin-right : 10px;
margin-bottom : 0;
margin-top : 10px;
margin-left : 10px;
width : 60px;
height : 60px;
}
img.floatTR {
float : right;
margin-left : 7px;
margin-bottom : 0;
margin-top : -2px;
margin-right : 10px;
}
p {
text-align :justify;
padding : 5px;
color : #666;
font-size : 1.1em;
}
#wrapper {
margin : 0 auto;
width : 800px;
}
#header {
color : #333;
width : 800px;
height : 142px;
float : left;
margin : 10px 0 5px 0;
background-image : url(images/headerbg.gif);
background-repeat : no-repeat;
}
.logo h1#lineone {
font-size : 2em;
font-weight : lighter;
font-family : helvetica, arial, sans-serif;
padding-top : 40px;
padding-left : 155px;
color : #99ff32;
border : none;
top : 0;
left : 14px;
letter-spacing : -1px;
}
.logo h1#lineone span {
color : #0066ff;
}
.logo h2#linetwo {
padding-left : 155px;
font-size : 0.9em;
font-family : helvetica, arial, sans-serif;
text-transform : none;
top : 25px;
left : 14px;
color : #0066ff;
}
.logo h2#linetwo a {
color : #0066ff;
text-decoration : none;
}
#navigation {
float : left;
width : 800px;
height : 36px;
color : #333;
margin : 0 0 5px 0;
background-image : url(images/navbarbg.jpg);
background-repeat : no-repeat;
}
#navigation {
background-color : #1f00ca;
}
#navigation ul {
font-family : Arial, Helvetica, sans-serif;
font-weight : bold;
color : #0066ff;
text-align : center;
margin : 0;
padding-bottom : 5px;
padding-top : 10px;
padding-left : 0;
}
#navigation ul li {
display : inline;
}
#navigation ul li a {
padding : 5px 10px 5px 10px;
color : #FFFFFF;
text-decoration : none;
border-left : 1px solid #FFFFFF;
border-right : 1px solid #FFFFFF;
margin-right : -5px;
}
#navigation ul li a:hover {
color : #8C1414;
border-left : 1px solid #8C1414;
margin-right : -5px;
}
#leftcolumn {
color : #333;
border : 1px solid #D61011;
margin : 0 5px 5px 0;
height : 465px;
width : 215px;
float : left;
}
#leftcolumn h3 {
padding-left : 5px;
padding-top : 3px;
padding-bottom : 8px;
font-size : 1.4em;
font-weight : lighter;
color : #D61011;
letter-spacing : -1px;
}
#leftcolumn ul {
padding : 3px 0 8px 0;
}
#leftcolumn li {
line-height : 18px;
background : #fff;
list-style : square;
padding-left : 0;
margin-left : 21px;
color : #D61011;
}
#leftcolumn li a {
text-decoration : none;
color : #D61011;
}
#leftcolumn li a:hover {
text-decoration : underline;
color : #D61011;
}
.news {
margin-left : 5px;
width : 205px;
padding-bottom : 10px;
}
.news p {
margin-top : 0;
padding-left : 5px;
text-align :center;
border : 1px solid #D61011;
background-color : #FFFFFF;
}
.news b {
color : #577c81;
}
.news em {
line-height : 10px;
color :#D61011;
}
.news h2 {
font-family : "arial", helvetica, sans-serif;
font-size : 1.2em;
margin-top : 5px;
margin-left : 5px;
margin-bottom : 10px;
color : #679499;
}
#rightcolumn {
float : right;
margin : 0 0 5px 0;
height : 466px;
width : 578px;
display : inline;
}
#rightcolumn h2 {
background-image :
background-repeat : no-repeat;
background-position : 0 1px;
padding-left : 10px;
padding-top : 5px;
font-size : 1.3em;
color : #D61011;
}
#rightcolumn h4 {
padding-left : 5px;
padding-top : 6px;
font-size : 1.3em;
color : #D61011;
border-bottom : 2px solid #D61011;
margin-left : 10px;
margin-right : 10px;
}
#box {
margin-top : 5px;
margin-bottom : 10px;
}
#box p {
font-size : 1em;
}
#box a {
text-align : right;
text-decoration : none;
float : right;
color : #D61011;
font-weight : bolder;
}
#box a:hover {
text-align : right;
text-decoration : underline;
float : right;
color : #D61011;
font-weight : bolder;
}
.content_right {
margin : 0 auto;
display : inline;
float : right;
width : 275px;
text-align : justify;
margin-right : 5px;
padding-left : 5px;
padding-bottom : 5px;
padding-right : 5px;
padding-top : 2px;
line-height : 1.5em;
}
.content_left {
margin : 0 auto;
padding : 5px;
display : inline;
float : left;
width : 275px;
text-align : justify;
line-height : 1.5em;
}
.content_left h3 {
font-size : 1.1em;
margin-bottom : 5px;
font-family : Arial, Helvetica, sans-serif;
color : #D61011;
}
.content_right h3 {
font-size : 1.1em;
margin-bottom : 2px;
margin-top : 5px;
font-family : Arial, Helvetica, sans-serif;
color : #D61011;
}
#footer {
width : 800px;
color : #333;
border : 1px solid #D61011;
margin : 0 0 10px 0;
}
#footer p {
font-size : 0.8em;
text-align : left;
float : left;
}
#footer a {
color : #173aff;
text-decoration : underline;
}
index.htm
Проблема в том, что дублируется надпись "Design by WithArt".
в ч?м ошибка не понимаю.
Link to comment
Share on other sites
5 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.