Texto con trazos
<h3>Welcome</h3>
<style>
h3{
font-size: 50px;
color: transparent;
-webkit-text-stroke-width: 2px;
-webkit-text-stroke-color: blue;
}
</style>
<h3>Welcome</h3>
<style>
h3{
font-size: 50px;
color: transparent;
-webkit-text-stroke-width: 2px;
-webkit-text-stroke-color: blue;
}
</style>