Hi all,
I’m new in the coding world so I will be appreciated for some feedback,
I know that is only a simple project but I still try my best with media queries.
Thanx.
Hi all,
I’m new in the coding world so I will be appreciated for some feedback,
I know that is only a simple project but I still try my best with media queries.
Thanx.
clap clap … you id it
here is the another landing page in case you wann try … check this youtube url - Responsive landing page using HTML & CSS from scratch - YouTube
It `s nice
I wulth use this to center the form :
form {
border: 1px solid #0491da;
width: 25em;
height: 9.356em;
margin-left: auto;
margin-right:auto;
padding: 1em;
}
thet`s my opinion
Thanks for your feedback and advice I really apriciate that.
Your page looks good @Zack_W. Some things to revisit;
body
element in the HTML editor. (No need to include the body
tags). For anything you want to add to the <head>
element click on the ‘Settings’ button, then HTML and add it into the ‘Stuff for <head>’ box.
head
element. Codepen is forgiving which is why it works here.Thank you, Roma I will apply your sugestions straight away. Thanx for your feedback:)
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.