Questions tagged as 'css'

1
answer

BootStrap submenu open left [duplicate]

I needed my menu in the site below, open in left, so there is no layout break. link Could you help me? <nav class="navbar navbar-inverse navbar-static-top marginBottom-0" role="navigation"> <div class="container-fluid"&g...
asked by 21.06.2016 / 20:17
2
answers

How to make the amount of IVD to adapt

Good afternoon, my doubt is as follows, in my site there is a section where the highlights part, and in this section there are 6 more DIVs to display the products (image) Well,sofarsogood,theproblemisthatwhenyouzoomin,theystarttogroupthemsel...
asked by 10.10.2017 / 17:37
1
answer

How to import CSS font

I need to use Imagine font, but I have no idea how to import it to my page. I did that, but it did not work: <style> font {font-family: "Imagine Font"; src: url("lib/font/imagine_font.ttf") format("truetype");} </style>     
asked by 07.10.2017 / 01:21
1
answer

Remove white space Ionic 3

I'm trying to remove this white space from my project. Iwouldlikeittolooklikethis: <ion-contentno-padding><div[ngSwitch]="Menu" > <ion-list *ngSwitchCase="'Todosgastronomia'" > <ion-item *ngFor="let produto of produtos...
asked by 09.08.2018 / 15:22
1
answer

Width / size buttons Bootstrap [duplicate]

Hello, everyone! How could I put all the buttons of a group of Bootstrap buttons of the same width independent of the content and still remain responsive. For example I have a group of buttons: A B NA, button A and B have the same size, since...
asked by 03.10.2015 / 20:33
2
answers

Centralize nav with Materializecss

Hello, I'm running a lab with the use of Materializecss, but I'm having trouble centralizing the (nav) page menu. Can anyone help? See the link link Thank you.     
asked by 22.07.2015 / 18:45
1
answer

The power of javaScript [closed]

Recently I saw a Infographic pointing JavaScript as the language most used in the year 2015. And also I see here in SOpt several posts about JQuery and JavaScript . My question is this, is it more advantageous to only use...
asked by 02.07.2015 / 13:26
3
answers

How to style an echo with CSS?

For example: I want to display a formatted number of the database: echo number_format($saldo, 2, ',', '.'); Then echo writes: 8,944,664.00 I want to know how to use the css in this condition ... to show the part of the screen that I want...
asked by 26.05.2016 / 06:34
3
answers

how to paint a date expired with css

Ihaveatablethatshowsthematurities,howcanIleavethefontredorthebackgroundredifitisexpired?usingcssMytableismountedasfollows<tableid="myTable" class="uk-table sortable uk-table-hover uk-text-nowrap" cellspacing="0" cellpadding="1" border="0" wi...
asked by 28.06.2017 / 16:40
2
answers

Problem in centering images

I have some problems with centering my images. Basically I wanted to center my images in the center of my page. But if for example I go to another PC with another resolution my site gets all deformatado. I wanted to know if anyone could help...
asked by 23.03.2018 / 18:08