Questions tagged as 'css3'

1
answer

overflow hidden with float left

Hello, I am now learning to mess with css, and it falls into a situation where I can not find the answer anywhere, I will be very grateful if anyone can help me. .pai-com-overflow{ border: 1px solid red; overflow:hidden; margin-bo...
asked by 24.01.2018 / 14:45
1
answer

What does .container mean. \ 31 25 \ 25 in CSS?

I'm doing a self-study on a responsive site. In a tutorial I got, there are in the CSS file instructions like: .container. 25 { width: 100%; max-width: 1750px; min-width: 1400px; } .container. 5 { width: 1050px; } .container....
asked by 15.03.2017 / 22:57
1
answer

Format @ Html.Label - MVC

In my page I have one: @Html.ActionLink(linkText: "Bem Vindo(a) " + User.Identity.GetUserName() + "!", actionName: "Index", controllerName: "RelatorioTagModels1") What it generates, the "Welcome" page below: ButIdonotwantittobealink,Iju...
asked by 19.02.2017 / 02:36
2
answers

How to leave the opacity of a dark image and appear the text of the figcaption in the hover?

Hello, I'm trying to make the image dark and the text appear when I hover over it. Can anyone help me? <div class="efeito"> <figure> <a href="#" target="_blank"><img src="comunica.jpg" ></a> &l...
asked by 27.10.2016 / 17:05
1
answer

Div animation, no CSS3 for future position

I have a supposed product gallery, with divs aligned using {display: block; float: left;} I've caused some divs to disappear depending on the menu selected using fadeOut() and reappear with fadeIn() . I've created this cod...
asked by 24.05.2014 / 18:03
1
answer

CSS should be Shorthand or Longhand

Set the correct practice, use CSS with Shorthand or Longhand ? I looked, but I did not find a definite answer ... When we declare the class with Shorthand we are saying that all other values should be set to initial . I will only...
asked by 23.01.2018 / 20:47
5
answers

Hierarchy between CSS styles

I am studying some more efficient ways to stylize an application using themes. My idea would be to use something like this: <div class='tema-1'> <button class='btn btn-primary'>botão principal</button> </div> .te...
asked by 29.06.2015 / 22:20
2
answers

Structuring with html / div and css

I'm a beginner / enthusiast and I'm having trouble getting rid of the "table", I'm having trouble making this link below without leaving a fixed pixel value. Well,itwassolvedandthiswastheresult: *{ margin: 0; padding: 0; font-fa...
asked by 21.11.2016 / 01:00
1
answer

How to change IMG (logo) from the menu (header) when scrolling page?

I have this menu that has an image: logo.png, as shown in the code below <header class="header"> <div class="container"> <a href="index.html" class="grid-4"> <img src="img/logo.png"> &l...
asked by 10.01.2017 / 01:09
1
answer

Working with SVG files dynamically

I'm developing a web page where I use a lot of CSS effects. between one of them I realized that I can not use filters in Firefox. Searching the internet I found some solutions that tell me to use SVG files. The problem is when I need to use 2 fi...
asked by 13.12.2013 / 19:33