Posts by Marcos Aurélio • 67 points
7 posts
-
0
votes1
answer42
viewsQ: Responsive layout in an image
Good morning dear programmers, today I disturb you again with my questions of beginners. I wonder why I can not make this responsive image with reduced size(In case I put 80%), when I do this is…
-
2
votes2
answers634
viewsQ: Hover the mouse over the image and change the color of the caption
Good morning dear friends, I wanted to know how to move the mouse over an image, and the background of the legend change color, in the example below I can only change the color when I pass…
-
1
votes1
answer164
viewsQ: Image transition css and html
Guys, I’m starting to get interested in html and css, I’ve been studying and taking a course, and I’m doing this site. I put a transition for when it scrolls the sidebar, but I wanted to be smoother…
-
0
votes1
answer932
viewsQ: Center text within a fixed HTML CSS header
Guys may seem silly, but I can’t center the text of my menu(It’s a little lower than up), I’ve tried padding, align: center, margin, I don’t know why this happens, who will answer please take the…
-
1
votes1
answer406
viewsQ: HTML CSS - Organize images(figure) with captions(figcaption) on the page?
I’m having trouble putting the caption inside my image, I want the caption to be at the bottom of the image (inside it), another thing is that my Section.gallery is not inside my div#interface and I…
-
-1
votes1
answer381
viewsQ: Horizontally center the html css page logo
As I center my logo horizontally, this arrow of mine is not very horizontally centered, I wish it were... Can anyone help me? I tried the top: 50% and it didn’t work... @charset "UTF-8"; html {…
-
0
votes1
answer735
viewsQ: Position Fixed mixing margin
When I set my header#header header as Fixed position, it took the style (for example the margin) of div.interface, I don’t understand why this happens, I want my div.interface to have…