Created
April 23, 2010 13:12
-
-
Save ravicious/376517 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="avatar"> | |
| <img src="..." alt="..." /> | |
| </div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* 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; | |
| } |
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
O.o
To
border:1px solid #fff;już nie działa?