10 lines
168 B
HTML
10 lines
168 B
HTML
<!doctype html>
|
|
<html reftest-text-zoom="1.5">
|
|
<style>
|
|
div {
|
|
width: 100px;
|
|
height: 100px;
|
|
background-color: purple;
|
|
}
|
|
</style>
|
|
<div>Box with text</div>
|