Jump to content
  • 0

Несколько ссылок в линию с разным фоном


Kriewitz
 Share

Question

Практикуюсь в верстке, делаю автомобильный сайт.Имеются 5 категорий.Необходимо сделать их в виде квадратов определённых размеров (некликабельные картинки, на фоне), а на переднем плане по-середине них ссылки в обычном виде (Кликабельное слово с text-decoration: none).Квадраты на равном друг от друга расстоянии.Не могу понять как реализовать, постоянно вверх боковые съезжают. Вот контейнер, в котором это всё дело находится и моя рукопись 

<section>
		<div class="container">
			<div class="nav"><div class="usenav">
					<h2>ВОСПОЛЬЗУЙТЕСЬ НАВИГАЦИЕЙ</h2>
				</div>
					<div class="block clearfix">
					<div class="block_item">	
						<a href="#">Автоаксессуары</a>
						<img src="/img/4393krjgf535.jpg" alt="">
					</div>
					<div class="block_item">
						<a href="#" class="block_item">Автоэлектроника</a>
					</div>
					<div class="block_item">
						<a href="#" class="block_item">Авточехлы</a>
					</div>
					<div class="block_item">
						<a href="#" class="block_item">Дефлекторы</a>
					</div>
					<div class="block_item">
						<a href="#">Тюнинг</a>
					</div>
			</div>
				
		</div>
	</section>
.usenav {
	padding-top: 70px;
}
.usenav h2 {
	margin: 0;
	color: #000;
	text-align: center;
	text-transform: uppercase;
	padding-top: 70px;
}
.block {
	margin: 0 auto;
	padding-top: 50px;
}
.block_item {
	text-align: center;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	padding: 20px 0;
	width: 240px;
	height: 240px;
	float: left;
}
.block_item:last-child {
	float: right;
}
.block_item:nth-child(2) {
	margin-left: 5px;
}
.block_item:nth-child(3) {
	margin-left: 5px;
}
.block_item:nth-child(4) {
	margin-left: 5px;
}

 

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.

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