Questions tagged as 'css3'

1
answer

How to leave a fullscreen div with CSS3 and scrollTo with jQuery

I'm trying to create a responsive site with Twitter Bootstrap and I'd like to know how I could let div get fullscreen, ie that it takes up the entire screen and when press the button, the site will smoothly slide to the next div ....
asked by 02.11.2014 / 00:14
1
answer

How to make a hover box [closed]

Good night, I saw on the following site link an interesting hover box, it has a card format and turns when the mouse goes over, I researched the component but did not find an example equal to the above site, only variations. Would anyone have...
asked by 05.12.2018 / 00:31
2
answers

Hover effect on child element with CSS

I have the following code, which is the menu of my application: <div class="mainmenu-area" data-spy="affix" data-offset-top="100"> <div class="container"> <!--Logo--> <div class="navbar-...
asked by 04.12.2018 / 19:10
1
answer

How to make a header with a background image

I need to build a layout with the following structure. Wherethebluepartisgoingtobeanimage.<headerclass="header-bg"> <div class="logo"> <span>Logo</span> </div> <nav class="menu"> <ul> <li...
asked by 18.12.2018 / 23:07
1
answer

Shadow in svg - CSS

I need to apply the "external brightness" effect of photoshop to an SVG logo. the logo is being referenced by the tag image: <img src="imagens/logos/erp.svg"/> And I could not apply the text-shadow effect to the page CSS. How can...
asked by 09.07.2018 / 15:17
1
answer

How do I remove the row separating the columns in an html table?

I would like to know how I can remove the row separating the columns from this table. table { font-family: url('../fonts/Lato-Regular.ttf'); border-collapse: collapse; border-radius: 4px; width: 500px; } td, th {...
asked by 29.07.2018 / 03:40
2
answers

Limit value R $ in input field with HTML5 and CSS3 with Javascript

I need to limit the R $ value of the input field of a form. The form looks like this: <div class="container"> <form> <div class="form-group"> <label for="dinheiro"><b&g...
asked by 15.06.2018 / 19:25
2
answers

Adapt boxes to mobile layout

Hello, I have a layout that looks like this IuseBootstraponit..Whenitreachesacertainbreakpointitgetsasimilarformattoit I want to make the following effect, when the layout receives the formatting demonstrated in the second image, those gre...
asked by 04.04.2014 / 21:22
1
answer

How to do with CSS a Linear-Gradient that has values in PX and% at the same time?

I have a situation that is as follows, I have linear-gradiente in an element, however I want the first and last part of this gradient to have 100px of a single color, and the middle of it is always 100% complete by a another color. To...
asked by 23.11.2018 / 15:58
2
answers

Minimal Hover Menu - The Right Way

In the example below we have an interesting menu, with a effect hover, which follows the mouse and its items. Everything is very beautiful and works well. The problem is that this menu is set to default dimensions, so you can not add more item...
asked by 16.03.2018 / 19:39