Answers for "put text on border css"

CSS
14

text border css

h1 {
  -webkit-text-stroke: 1px black;
}
Posted by: Guest on April-08-2020
0

how to write text on div border in html

<form>
<fieldset>
  <legend>Enter the details below</legend>
  <!--Inputs or anything-->
</fieldset>
</form>
Posted by: Guest on September-23-2021

Browse Popular Code Answers by Language