mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-02-14 12:31:28 +00:00
17 lines
178 B
HTML
17 lines
178 B
HTML
<html>
|
|
<head>
|
|
<style>
|
|
.test {
|
|
background-color: #fec;
|
|
display: inline-block;
|
|
width: 5em;
|
|
height: 5em;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<div class="test"></div>
|
|
</body>
|
|
</html>
|