mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-19 23:53:20 +00:00
13 lines
300 B
HTML
13 lines
300 B
HTML
![]() |
<!DOCTYPE html>
|
||
|
<link rel="match" href="reference/css-nested-declarations-ref.html" />
|
||
|
<style>
|
||
|
#target {
|
||
|
background-color: green;
|
||
|
@media all {}
|
||
|
border: 1px solid blue;
|
||
|
.whatever {}
|
||
|
font-size: 60px;
|
||
|
}
|
||
|
</style>
|
||
|
<div id="target">Well hello friends!</div>
|