Jump to content
  • 0

как убрать крайний бордер ?


bodr
 Share

Question

на странице блок расположен списком , как убрать левый бордер у списка?

Ссылка на jpeg : http://itrash.ru/idb/f3ab5cd36ef491cb21bb9...9-20_210334.png

CSS

.project {

position:relative;

float:left;

width:100%;

height:320px;

margin-top:35px;

}

.project ul {

list-style:none;

margin:0 5px;

padding:0;

overflow:hidden;

display:block;

position:absolute;

}

.project ul li {

position:relative;

display:block;

float:left;

width:245px;

height:320px;

border-left:1px black dotted;

}

.imagePro {

position:absolute;

width:180px;

height:175px;

margin:78px 30px 0 33px;

}

.textProject {

position:absolute;

border:none;

color:#000;

left:30px;

bottom:10px;

line-height:1;

}

.zagolovok {

margin-top:5px;

color:#000;

font-weight:700;

}

HTML

<div class="project">

<ul>

<li>

<span class="imagePro">

<img src="Pictures/imagePro.png"> </span>

<span class="textProject">

<div class="zagolovok">Название проекта</div>

Краткое описание краткое<br>

описание краткое описание </span> </li>

<li>

<span class="imagePro">

<img src="Pictures/imagePro.png"> </span>

<span class="textProject">

<div class="zagolovok">Название проекта</div>

Краткое описание краткое<br>

описание краткое описание </span> </li>

<li>

<span class="imagePro">

<img src="Pictures/imagePro.png"> </span>

<span class="textProject">

<div class="zagolovok">Название проекта</div>

Краткое описание краткое<br>

описание краткое описание </span> </li>

<li>

<span class="imagePro">

<img src="Pictures/imagePro.png"> </span>

<span class="textProject">

<div class="zagolovok">Название проекта</div>

Краткое описание краткое<br>

описание краткое описание </span> </li>

</ul>

</div>

Edited by bodr
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