10 lines
189 B
HTML
10 lines
189 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<style>
|
|
#outer {
|
|
font-size: 52px;
|
|
color: green;
|
|
}
|
|
</style>
|
|
<p>Test passes if the block below is green.</p>
|
|
<div id="outer"><span id="inner">█</span></div>
|