Answers for "Simple Underline On Text in Elementor"

0

Simple Underline On Text in Elementor

.highlight {
  background: linear-gradient(180deg,#FF5733 50%, #21034F 50%);
  color:white
}
Posted by: Guest on January-23-2022
0

Simple Underline On Text in Elementor

.highlight {
  background: linear-gradient(180deg,white 50%, yellow 50%);
}

<!--Use this if using HTML Block -->

<style>
.highlight {
  background: linear-gradient(180deg,white 50%, yellow 50%);
}
</style>
Posted by: Guest on January-23-2022

Browse Popular Code Answers by Language