✔ something is wrong with CS landing page please check
Completed by Alyssa W.
- Assigned to
-
Alyssa W.
Hector M.
Isaac K.
- Notes
-
Hector
Isaac
please do some detective work
Alyssa
OR it can keep the same styling and add font-size specifications like this:
Trying to put the coding I am learning to use, maybe I am completely off here. Thanks for verifying.
The page speed is little slow though.
Awesome
Coming to your code. It would have worked if we had a single form and also ignored the SEO. Going above way we would have multiple H2 tags which is not recommended and also a lot of repeated code since we have 3 forms sharing the same style.
So in this case. I followed the concept of DRY (Do not repeat yourself) which I am pretty sure you must have also heard about in your course and for that I added a class to the form title of all three forms and used it while targeting the element in css. Same classes can be shared among different elements. I used the below code to style the form title on all 3 forms.
<p class="cs-form-title">50% OFF* <span> COOLSCULPTING ELITE</span></p> .cs-form-title { text-align: center; font-size: 35px !important; padding-bottom: 0; margin: 15px 0 0; } .cs-form-title span { display: block; font-size: 25px !important; margin-top: 15px; }My brain no longer wants to handle the <div></div> and other paradigms.
For me, this LP https://renovomd.com/coolsculpting-northborough/
is doing pretty bad on pagespeed insights.
The page scored a 6 on mobile and 54 on desktop.
Interestingly enough, it appears that the LP is 2nd in position as far as the top pages for this client though.