mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
3ebfc01b38
MozReview-Commit-ID: CwKzjv6pMF7
20 lines
252 B
HTML
20 lines
252 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
.outer {
|
|
display: flex;
|
|
}
|
|
.inner {
|
|
padding-bottom: 6px;
|
|
padding-top: 10 px;
|
|
box-shadow: inset 0 0 0 0 #000;
|
|
}
|
|
</style>
|
|
<body>
|
|
<div class="outer">
|
|
<ul class="inner">
|
|
Testing
|
|
</ul>
|
|
</div>
|
|
</body>
|
|
</html>
|