The CSS I specified does not work for h1 and h4, but is it not possible to specify it normally?
https://newshambhala.com/site/writing.html
html
<div class = "container">
<div class = "content-dobashi">
<center> <h1> Earn 50,000 a month with writing </ h1> </ center>
</ div>
<div class = "row">
<div class = "col-sm-6">

</ div>
<div class = "col-sm-6">
<h4> Earn 50,000 a month with writing </ h4>
css:
.content-dobashi> h4 {
/ * background: linear-gradient (transparent 50%, rgb (66, 111, 235) 50%); * /
/ * text-decoration: underline; * /
color: red;
padding-top: 5px;
}
