Skip to content

Instantly share code, notes, and snippets.

@ravicious
Created April 23, 2010 13:12
Show Gist options
  • Select an option

  • Save ravicious/376517 to your computer and use it in GitHub Desktop.

Select an option

Save ravicious/376517 to your computer and use it in GitHub Desktop.
<div class="avatar">
<img src="..." alt="..." />
</div>
/* przyjmujemy, że awatar ma rozmiar 50x50px i chcemy dać mu 2px ramkę */
.avatar {
width: 54px;
height: 54px;
padding: 2px;
background-color: #ffffff; /* kolor ramki */
}
.avatar img {
width: 50px;
height: 50px;
margin: 2px;
}
@lukaszkorecki
Copy link
Copy Markdown

O.o

To border:1px solid #fff; już nie działa?

@ravicious
Copy link
Copy Markdown
Author

Działa, aczkolwiek ja źle zrozumiałem użytkownika pewnego forum ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment