7 lines
325 B
HTML
7 lines
325 B
HTML
<!DOCTYPE html>
|
|
<!--
|
|
border-radius is 10px since it measures to the outside edge of the border,
|
|
as opposed to SVG's rect radius attributes, which measure to the middle
|
|
of the stroke
|
|
-->
|
|
<div style="position: absolute; top: 8px; left: 8px; width: 46px; height: 46px; border-radius: 10px; border: 4px solid blue;"></div>
|