Jump to content
  • 0

Проблемма с блоками


FitTech
 Share

Question

Извините, сделал ошибку в названии темы :(
 

Подскажите в чем проблема?

Вот есть расположение блоков:

ae171b169c8b.jpg

<!DOCTYPE html><html><head>	<title>Дантист</title>	<link rel="stylesheet" type="text/css" href="style.css">	<meta charset="utf-8"></head><body><div class="container">	<div class="block1">		<a href="#"><img src="img/logo.png"></a>	</div>	<div class="block2"></div>	<div class="block3"></div></div></body></html>

и css
 

*{	padding: 0;	margin: 0;}.container{	width: 1070px;	margin-left: auto;	margin-right: auto;	background-color: #f5f5f5;	height: 1000px;	margin-top: 34px;	}.block1{	width: 267px;	height: 1000px;	background-color: grey;	margin-left: 8px;	display: inline-block;}.block2{	width:  486px;	height: 1000px;	margin-left: 20px;	margin-right: 30px;	background-color: yellow;	display: inline-block;}.block3{	width: 251px;	height: 1000px;	background-color: green;	display: inline-block;}

Но когда я в .block1 добавляю <a href=''#''><img src="img.png"></a>, то вот что получается
3bc460fec8b6.jpg

Почему так?

Edited by FitTech
Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

В самый верх добавь

 

.block1, .block2, block3{

    vertical-align:top;
}
 
и для обёртки никогда не назначай фиксированную высоту, лучше вообще её не указывать или пиши её так: min-height
Edited by DivMan
Link to comment
Share on other sites

  • 0

 

В самый верх добавь

 

.block1, .block2, block3{

    vertical-align:top;
}
 
и для обёртки никогда не назначай фиксированную высоту, лучше вообще её не указывать или пиши её так: min-height

 

для обертки и блоков указал высоту для себя чтобы видеть сетку)

 

Спасибо, помогло!

Edited by FitTech
Link to comment
Share on other sites

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.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy