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
cryptus
В следующем коде:
————————————————--
<div class="center">
<div class="center_left">centerLeft</div>
<div class="center_right"><img src="img/foto.jpg" alt="Hands"></div>
</div>
<div class="menu">
Place for menu...
</div>
————————————————-
.center {
margin-top: 10px;
clear: both;
overflow: hidden;
}
.center_left {
border: 1px solid #000;
width: 525px;
float: left;
}
.center_right {
/*border: 1px solid #000;*/
box-shadow: 0 0 10px rgba(0,0,0,0.5);
width: 525px;
height: 275px;
float: right;
border-radius: 10px;
overflow: hidden;
}
.menu {
width: 1070px;
height: 45px;
border: 1px solid #000;
margin-top: 22px;
}
На фотографии в centerRight срезается тень с верхней и нижней части. как можно решить проблему?
Результат тут: https://www.dropbox.com/s/trm2eo5uday8dt4/001.jpg?dl=0
Link to comment
Share on other sites
1 answer 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.