I have created a responsive site that I would like to get some feedback on. Not from a design perspective but for the coding. I am still learning CSS and HTML and I’m sure some of my techniques are incorrect or could be improved on. Specifically the top portion of the site I found challenging to achieve what I wanted. Notice how the intro text “Welcome to Alderbuds…” pushes the green background down as the browser shrinks. This is what I wanted, but is the method I used correct?
Also, I would like to convert this to a Wordpress site (I know next to nothing about Wordpress). Is there any reason that my current setup would not work for Wordpress?
I realize these are big questions. Any tips big or small appreciated.
Notice how the intro text “Welcome to Alderbuds…” pushes the green background down as the browser shrinks. This is what I wanted, but is the method I used correct?
What method exactly? It just looks like you have content in the flow and the background:size to 100% and so all will stretch as required. You might want to try background-size:cover instead as it may produce a better looking picture all the way across the resolutions.