Questions tagged as 'css3'

1
answer

How to show a thumbnail of a wodpress post in circular form?

I'm trying to display the image of the wordpress in rounded form, what would be the best way? It is returned through the "the_post_thumbnail ()" wordpress function. Can anyone help me? <?php $postslist = get_posts('numberposts=2&or...
asked by 14.08.2015 / 15:38
2
answers

Using Pseudo Classes in CSS

I know that the pseudo classes are: :link , :visited , :hover and :active , but I'd like to know if you can use pseudo classes through class , id or inline . Sometimes I do not want to use :hover on all h1...
asked by 26.08.2018 / 03:44
1
answer

Responsive Modal

How can I leave the modal below responsive according to the monitor resolution (15 "~ 21"), if I add width & height for 21 "monitors it looks good, but if I play on a notebook (15"), it overlaps the entire screen. I could not find a way...
asked by 23.03.2018 / 22:31
1
answer

hover does not work CSS

I want to create a menu with Dropdown in which when I move the mouse in my menu it will appear a sub menu with the links one below the other I took as example in the link but by hovering over the Enter / Sign up it does not show the sub menu....
asked by 27.09.2017 / 05:58
2
answers

Create interactive grid with CSS

I wanted to create an interactive grid where when the person clicked on the image this same appeared next to the shopping site style. <div id='gridImagens> <div> <div> <div> <...
asked by 21.09.2017 / 15:48
1
answer

Click the link that leads to another part of the same page [closed]

I'm creating a webpage that the menu links will take to the bottom of the text and would like to use an effect to slide from point A to point B. How do I do that? Ex: When you click on the menu (go to footer) Go down to the footer slowly ...   ...
asked by 07.01.2017 / 07:25
1
answer

CSS architecture, could anyone explain me? [closed]

I'm learning CSS , I've read a few articles talking about good manners of writing your code, and that would mostly help with teamwork. Then I read acronyms, like - GOOD, OCSS, SMACSS . So I was very curious, but that content in PT-BR is very s...
asked by 02.01.2017 / 06:55
3
answers

Problem with image height

Left Banner stays that way. Itriedtoplayagame,butitdidnotworkverywell.->.slide-1img{min-height:480px;}MyHTMLandCSScode: .slide{width:100%; height:480px; margin-top:40px;} .slide img{display:block;} .slide-1{width:60%; float:left;} .slide...
asked by 04.01.2017 / 00:01
2
answers

Geometric shape with css

I needed to reproduce the image in css, I already tested some transform options and I can not stretch one end. My question is how to get the bottom of the left and make it bigger down the right. I did this in css with after and befor...
asked by 01.12.2017 / 18:49
1
answer

Apply size in a textarea, unless it has the "rows"

I have a textarea that is formatted with the following rule: .wm-form textarea{ min-height:100px; resize: vertical; width:100%; border-radius:4px; border:1px solid #ccc; } <form class="wm-form"> <textare...
asked by 01.11.2016 / 18:17