Greetings, I am a student hailing from the picturesque country of Belgium. Currently, I am in the process of developing my very own portfolio website. However, an infuriating error has reared its ugly head and unfortunately, despite my best efforts, it remains unresolved. In light of this vexing dilemma, my esteemed teacher strongly recommended seeking assistance by posting a query on this platform.
It has come to my attention that the bold text within my design seems to be misbehaving. Ideally, I would like it to mirror the behavior of the succeeding text segment. Does anyone have any insights or suggestions on rectifying this issue?
https://i.sstatic.net/moxiF.jpg
HTML
<div id="content">
<div class = "intro" id="introtext">
<h2 id="h2intro">My name is not Joren and I am a <span class="cyan">designer</span> from Belgium. </h2>
<h3 class="h3intro">I am passionate about making very <span class="cyan">simple and clean</span> designs that are easy on the eye and very simple to use.</h3>
</div><!--end intro-->
CSS
.cyan
{
color:#00d1e0;
}
#h2intro
{
font-weight: bold;
}
.h3intro
{
color: #463E3F;
}
Your expertise and advice would be greatly appreciated as I navigate this conundrum with hopes of a swift resolution!
Sincerely, Joren