Как разбить список внутри ячейки Dataframe на отдельные строки

Я не знаю об определении высоты только сейчас, но вы можете использовать это, чтобы поместить что-то внизу:

<html>
<head>
<title>CSS bottom test</title>
<style>
.bottom {
  position: absolute;
  bottom: 1em;
  left: 1em;
}
</style>
</head>

<body>

<p>regular body stuff.</p>

<div class='bottom'>on the bottom</div>

</body>
</html>
76
задан Pika the Wizard of the Whales 8 April 2019 в 19:49
поделиться