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.
Здравствуйте, подскажите какой тег использовать для увеличения значения, пример на картинке.
Вроде, про такой тег я слышала. Если есть тег прогресс бар, значит и такое должно быть.
Question
humb1t
Не работает background-image у header, хотя с footer'ом все отлично. Не могу понять в чем дело!
и css
body{
font: 16px/1.8 sans-serif;
background-image: url("http://127.0.0.1/cond/img/back.png");
background-repeat: repeat repeat;
}
#wrap{
padding: 0% 10%;
}
#logo{
position: absolute; left:50%;
}
header {
display: block;
text-shadow: white 1px 1px 2px, black 0 0 1em;
background: url("http://127.0.0.1/cond/img/hb.png");
padding: 0;
margin: 0 0 10px 0;
}
#content{
width:100%;
display: block;
padding: 5px;
margin-left:35%;
}
footer{
display: block;
clear: both;
width:100%;
background: url("http://127.0.0.1/cond/img/foot.png");
padding-right: 1px;
font-size:60%;
text-shadow: white 1px 1px 1px, black 0 0 1em;
}
aside{
display: block;
float: left;
width: 20%;
margin: 0 0 0 5px;
border: 1px double;
}
aside > hgroup
{
}
aside ul{
}
article{
display: block;
margin: auto;
}
.clearing {
height: 0;
clear: both;
}
h1 {
font: 35px/1 "Impact";
text-transform: uppercase;
margin: 0;
color: #00BFFF;
}
h2 {
font-size:100%;
margin-top: 0;
color: #00008B;
}
Link to comment
Share on other sites
2 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.