Questions tagged as 'css'

3
answers

Third IF ELSE

So I am a beginner in javascript and I was practicing doing a function that forces the CPF field scores function maskCpf(){ var c_char = document.getElementById("txtCpf").value.length if (c_char == 3){ document.getElementById("txtCpf").valu...
asked by 14.01.2017 / 22:04
2
answers

Materialize - How to align the footer always below?

This code below leaves it aligned below if the content fills the entire page, otherwise it stays in the middle of the body. Note: I have already read the materialize manual until it has been aligned but has not altered the side menu. I've...
asked by 18.08.2017 / 22:28
2
answers

Layout different on other computers?

I have a project and this project was all done from scratch on my PC, however when I took my project to another PC that had a totally different display resolution of mine, the images and certain texts that I put were out of place that they shoul...
asked by 08.02.2017 / 01:07
4
answers

Which method best suited to "connect" a CSS code to HTML? [closed]

I was researching about it and saw that there are some different methods of doing this. For example, there is a method where you put the CSS code in the same HTML file, and there is another one where the CSS and HTML codes are in separate files....
asked by 25.10.2017 / 01:38
1
answer

bootstrap or grid-template

Flexbox , Grid-template , or flexbox . p> I have this doubt because when you see the websites that used Bootstrap the code stays in class <div class="row"> <div class="col col-md-4"></div> <div class="col col-md-...
asked by 06.11.2017 / 23:34
1
answer

Jquery Mobile: Change page background color

How can I override the stylization of this css file to change the background color of the page? I have already tried to use !important in the background of the body and even then it does not work. I know that this file is doing t...
asked by 07.11.2017 / 21:27
2
answers

Make a circle gradient on the diagonal

I have to make a circle in CSS, where your background has two colors diagonally. As picture: WhatIwasabletodowithCSS: .cor1 { width: 29px; height: 29px; text-align: center; float: left; border-radius: 50%; border: 2px solid #...
asked by 03.11.2017 / 17:38
1
answer

Responsive image fit in div box

I'm having difficulty making this image fit inside the box, I want it to be independent of the size of the screen, the box always appears in the same place (OK) and the image inside fits the size of the box (HELP). > Here is the code, mouse...
asked by 30.11.2016 / 02:52
1
answer

Different sized table?

Hello! I'm cracking my head trying to get my table to have the left column bigger than the straight column. And I would very much like someone to help me. /* Post Table */ le#alter tr td {background: #fff;} table#alter tr.dif td {backgr...
asked by 29.11.2016 / 01:19
2
answers

Clear button radio button

Good morning I would like to know how do I clear what was clicked on the radiobutton button, because in the textBox I use the name.Clear (); I would like to know how I can do it on the radio button Thank you.     
asked by 16.11.2016 / 14:24