mirror of
https://github.com/servo/servo.git
synced 2025-06-17 04:44:28 +00:00
11 lines
156 B
HTML
11 lines
156 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
section {
|
|
border: dashed red 3px;
|
|
width: 100px;
|
|
height: 100px;
|
|
border-radius: 16px;
|
|
}
|
|
</style>
|
|
<section></section>
|
|
|