Posts by jpwf • 7 points
2 posts
-
0
votes1
answer44
viewsA: Align elements on top of other html css
The space between the elements (horizontal) is different, between the elements from below is larger than from above. Also you used margin-left in one div and not in the other, I did some tests, see…
-
-1
votes2
answers60
viewsA: How do I turn a site that is already ready into responsive? In the two codes below is just a page of the site to take as an example
I did some testing with google dev tools, as I don’t know the responsive design you want I just changed what I considered could be more responsive. nav{ position :absolute; top: 25%; right: -20%;} A…