Hi,
corrected typo in previous email.
Does libcss support "border" ?
div {
width: 300px;
* border: 10px solid #00FF00*
padding: 50px;
margin: 9px;
}
I am trying to get the value using all available functions related to
border computation but each function is returning 0.
i tried
Hi,
Please ignore my previous email. i got it working.
Thanks.
On Sat, Sep 25, 2021 at 10:48 PM Rupesh gautam
wrote:
> Hi,
>
> corrected typo in previous email.
>
> Does libcss support "border" ?
>
> div {
> width: 300px;
>* border: 10px solid #00FF00*
> padding: 50px;
> margin
Hi,
On 25/09/2021 17:36, Rupesh gautam wrote:
> Does libcss support "border" ?
>
> div {
> width: 300px;
>* border: 10px solid #00FF00*
> padding: 50px;
> margin: 9px;
> }
Yes, that should work. You'll need a `;` before `margin`.
You will also need a non-zero device DPI in the