Posts by Daniel Castro • 25 points
2 posts
-
0
votes2
answers22
viewsQ: Simple problem with CSS alignment
Hello, I’m new to this, so I’m having a lot of problems with this float. I want to do something like this: My attempt: .ant{ position: absolute; float: left; width: 80px; height: auto; margin-left:…
cssasked Daniel Castro 25 -
2
votes1
answer50
viewsQ: Simple CSS alignment problem
I’m 3 hours away from this simple problem, first course work. I’d like to leave it at that: #conteudo{ background-color: #F5F5F6; position: absolute; width: 80%; top: 20%; right: 10%; } .bloco{…