html - How to set border-radius just using border property -


Is setting this to an border-radius using only the range Is possible property?

I want the same result given below:

  #myelement {limit: 1px solid # 535353; Range radius: 5px 5px 5px 5px; }   

I want the following code (but the code below does not work):

  #myelement {limit: 1px solid # 535353 5px 5px 5px 5px; }   

And if you know the answer, will you answer that how will you get the answer? I could not find it in Google: (

In short, it is not possible. < P> Formal syntax:



You < Code> Limit for property

Comments

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -