mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-19 15:43:20 +00:00
10 lines
186 B
HTML
10 lines
186 B
HTML
![]() |
<!DOCTYPE html>
|
||
|
<style>
|
||
|
#target {
|
||
|
background-color: green;
|
||
|
border: 1px solid blue;
|
||
|
font-size: 60px;
|
||
|
}
|
||
|
</style>
|
||
|
<div id="target">Well hello friends!</div>
|