Using my MacBook with a display size of 15.4-inch (2880 x 1800), I have captured screenshots of different sections of my homepage to show how they appear.
#app
(section1)
https://i.sstatic.net/QjrXe.png
#section2
(section2)
https://i.sstatic.net/5HWp0.png
#section3
(section3)
https://i.sstatic.net/cU5ra.png
----------
CHALLENGE ONE
I am facing an issue with the responsiveness of my h3
text on mobile devices. Despite using <div class="col-lg-12">
for responsiveness, the text does not fit correctly on mobile screens. The code snippet below showcases this problem.
<h1 class="maintxt bounceInUp animated">Hi, welcome to my portfolio</h1>
<h2 class="maintxt bounceInUp animated">My name is Liam Docherty</h2>
<h3 class="cd-headline bounceInUp animated loading-bar">
<span>I'm a</span>
<span class="cd-words-wrapper">
<b class="is-visible">Front-End Web Developer</b>
<b>Graphic Designer</b>
</span>
</h3>
Attached is a screenshot displaying the issue on a mobile device view of my website.