Questions tagged as 'css'

2
answers

Problems with bootstrap grid system

My dear, I'm having a problem with the bootstrap grid system, I do not know why, but when I resize the site to the size of a device, it does not fit neatly. Any suggestion? HTML:<htmllang="pt-br"> <head> <meta charset="UTF...
asked by 18.11.2017 / 22:08
2
answers

Background gradient repeating itself

I'm setting up a website for myself, and I've already defined the site's header, section, aside, footer However, I'm wanting to put a gradient background on the entire site. So I applied in css: body {     background: linear-gradient (rg...
asked by 07.11.2017 / 19:41
0
answers

how to add a div with information above the navbar with background carousel

I have a difficulty that although it seems to be simple but I can not get where I want, I am creating a site where I have a div with the language module, in the middle and a button for reservations, I have a carousel that should be below that...
asked by 07.11.2017 / 17:00
1
answer

Why can not I make the grid system on my php page?

I'm starting a project for university and I can not make the grid system in the main content tag. I've been trying for quite some time! Icannotimplementthegrid!Thisismycode..'<imgsrc="../Logincheck/assets/img/image2.png" class="company-lo...
asked by 07.11.2017 / 00:21
1
answer

Hide div no materialize css

Does anyone here use materialize css? know if there is any way to hide the column of a table through a css class? in the bootstrap has how to do this using this class="visible-xs" I was in the docs and I did not find ... would it have? or am I g...
asked by 03.11.2017 / 16:34
2
answers

Change the color of a word in a textarea still in edition

How do I make it every time the browser finds a "reserved word" in textarea , it automatically changes its color. I want to know to make a syntax highlighting.     
asked by 18.10.2017 / 00:47
0
answers

Join tables in AngularJS

I'm really in need of some help from you. I'm currently developing a web app for a multi-module restaurant. In the box module, a <div> is displaying the requests that are open as they show the codes below. Now what I need is...
asked by 30.10.2017 / 21:54
0
answers

I'm having trouble showing the page through Vue.js using Electron

When I opened the app with electron , the page did not open and when I was viewing the console it showed the following error:    "[Vue warn]: You are using the runtime-only build of Vue where the   template compiler is not available. Ei...
asked by 30.10.2017 / 19:14
1
answer

Text fields (textarea, text, etc) do not show the mouse pointer or typed text

Good evening, everyone! I'm developing an environment for creating questionnaires, and when I collect data about the questions, I have a form for each type of question, which is selected by a dropdown-menu. It turns out that the text fields o...
asked by 20.11.2017 / 03:16
1
answer

Calculator in JavaScript + HTML

I have to make a JavaScript calculator for the class, and I am encountering several errors. I wanted to do the first number 1 and then choose which operation to do, after the chosen operation, enter the second number, and then click the "Send" b...
asked by 19.11.2017 / 21:38