Jump to content
microbu

intrebare html/css pt 2 butoane de social media

Recommended Posts

Posted

Nu imi dau seama ce proprietati trebuie sa am pana sa ajung pe fiecare cls in parte, avand html-ul asta:

<div class="social">

<ul>

<li class="fb"><a href="" target="_blank"></a>f</li>

<li class="in"><a href="" target="_blank"></a>in</li>

</ul>

</div><!-- end social -->

Si in css pana acum am asa:

.social {

float:right;

}

.social ul {

width:150px;

height:50px;

}

.social ul li{

display:inline;

width:50px;

height:50px;

padding-right:10px;

color:#FFF;

}

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   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.



×
×
  • Create New...