Answers for "align pre in html"

1

center p html

<p style="text-align: center">this is centered</p>
Posted by: Guest on August-21-2020
-1

adding pre tag javascript

<Card>
  <CardHeader title="Output" />
  <CardContent>
    <pre style={{ backgroundColor: "white" }}>{JSON.stringify(values, null, 2)}</pre>
  </CardContent>
</Card>
Posted by: Guest on May-22-2020

Browse Popular Code Answers by Language