Files
eepp/bin/unit_tests/assets/html/flex_textnode.html

77 lines
1.6 KiB
HTML

<!doctype html>
<html>
<head>
<style>
body {
font-family: system-ui, sans-serif;
background: #f6efe4;
padding: 40px;
}
.NB-pricing-tier-features {
width: 360px;
padding: 20px;
margin: 0;
list-style: none;
background: #fff9ef;
border: 1px solid #d8c7aa;
}
.NB-pricing-tier-features li {
color: #3a2e1eb3;
align-items: flex-start;
gap: 10px;
padding: 8px 0;
font-size: 14px;
line-height: 1.4;
display: flex;
/* debug */
outline: 1px dashed rgba(180, 80, 40, 0.5);
}
.NB-pricing-tier-includes {
font-weight: 600;
color: #3a2e1e;
}
.NB-pricing-bullet {
width: 8px;
height: 8px;
margin-top: 6px;
border-radius: 50%;
background: #c8792b;
flex: 0 0 auto;
/* debug */
outline: 1px solid #8c4b15;
}
</style>
</head>
<body>
<ul class="NB-pricing-tier-features">
<li class="NB-pricing-tier-includes">Everything in Free, plus:</li>
<li>
<div class="NB-pricing-bullet"></div>
Follow up to 1,024 sites
</li>
<li>
<div class="NB-pricing-bullet"></div>
Sites updated up to 5x more often
</li>
<li>
<div class="NB-pricing-bullet"></div>
River of News (reading by folder)
</li>
<li>
<div class="NB-pricing-bullet"></div>
Natural language text and image classifiers
</li>
</ul>
</body>
</html>