
January 5th, 2013, 11:25 AM
|
|
Registered User
|
|
Join Date: Sep 2012
Posts: 44
Time spent in forums: 4 h 10 m 54 sec
Reputation Power: 0
|
|
|
Unknown CSS3 attribute
what is ##a1a1a1
Code:
div
{
border:2px solid #a1a1a1;
padding:10px 40px;
background:#dddddd;
width:300px;
border-radius:25px;
-moz-border-radius:25px; /* Old Firefox */
}
thanks 
|