Questions tagged as 'css'

1
answer

menu sending the first li to last li

I have menu with submenu , and this submenu takes 100% of the pai 900px , li pai is in the center, I wanted to send them to the right float: right in #wrapper #top .menu ul li only that it in...
asked by 05.07.2018 / 15:39
1
answer

Align div center and left

Hello, I have a question regarding div alignment. I have a situation where I have multiple divs within one another. I want the internal divs to be aligned to the center, but when there is a line break, the div that went to the second line goes t...
asked by 02.08.2018 / 19:31
1
answer

bringing the p tag to the front of a div

I have the following code: $("[data-ripple]").hover(function(e) { var $self = $(this.parentNode); var $color = $(this).data("ripple"); var $divServicos = document.getElementById("div-servicos"); if($self.i...
asked by 06.08.2018 / 02:17
1
answer

Text larger than the button

I have a problem that I can not solve. I made an accordion, as in the image below using bootstra 4, the desktop version of it looks like this: Butthemobileversionofthetextgetsbiggerandendsupextrapolatingthelimit,Itriedtouseoverflow-x,butther...
asked by 21.08.2018 / 16:18
2
answers

Button Font Change

People wanted to know how I could make my button not go purple because of the hyperlink. Iwantedtomakethebuttonappearmoreorless. Code:<buttonclass="button"> @Html.ActionLink("Nova Visita", "Form") </button> CSS: .but...
asked by 02.08.2018 / 16:30
2
answers

How do I make a text that I add recently in the code to be at the top of the page?

Look at this sample code: <article> <div> <ul> <li> </li> <li> </li> <li> </li> <li> </li> </ul> In my code within each...
asked by 21.08.2018 / 23:07
1
answer

Split query result into columns

I have a select that brings items with prices, how do I split the result into two columns:  Examples: Ihopetoleaveitasfollows: Here'smycode:<html><head><metaname="viewport" content="width=device-width, initial-scale=1.0">...
asked by 21.08.2018 / 22:20
1
answer

Create a div with links to social networks

Hello, good afternoon. I would like a help to create a div with 3 images for social networks, but I would like them to be divided equally, as in the image below: SofarmycodeHTMLandCSSlookslikethis:<divclass="footer-img"> <div...
asked by 30.08.2018 / 19:39
1
answer

How to control height within a Grid?

Currently, I have the code below, I would like to go down the marca and meta to the limit of the red line, how can I move them? html, body { width: 100%; height: 100%; margin: 0; padding: 0; } body {...
asked by 21.08.2018 / 19:30
1
answer

prepare Iframe or embed responsive for mobile

Personal I have a C # MVC5 project and my scenario is as follows: I have to open in a friendly url a large series of pages (with media content) made by third parties. One at a time clear (according to the parameter received) I then created this...
asked by 27.08.2018 / 15:14