#Typo in CSS round() Function

1 messages ยท Page 1 of 1 (latest)

lapis elbow
#

Closing bracket missing in the first code example:

div.box3 {
  height: round(down, 120px, 25px;
}

https://www.w3schools.com/cssref/func_round.php

snow lantern
#

Thanks for reporting! ๐Ÿ‘Œ

lapis elbow