Posts by gabrioso__ • 3 points
1 post
-
-1
votes1
answer37
viewsQ: would like to know how to position list with links next to images with html and css
body{ background-image:url("backgorund.png"); background-color: #cccccc; background-repeat: no-repeat; background-size: 800px; position:middle; } #nome{ font-size:35px; left:60px; top:10px;…