Most voted "css" questions
Cascading Style Sheets (or simply CSS) is a style language used to define the presentation of documents written in a markup language, such as HTML or XML. Its main benefit is to provide the separation between the format and content of a document.
Learn more…8,314 questions
Sort by count of
-
-5
votes3
answers77
viewsUse of type="password" changes layout
When I put type="password" not to display the password layout text box changes. What to do?
-
-5
votes3
answers110
viewsHTML Structure - CSS Background Image
I’d like to take out that "leftover" white in window mode. I’m new at this, any help is welcome. body { background-image: url(IMGS/img08.jpg); background-repeat: no-repeat; background-size: 100%;…
cssasked 5 years, 9 months ago Pog Champ xD 9 -
-5
votes1
answer169
viewsBlank space on the mobile side at ver são mobile the site has a white side, link http://deivilydias.github.io/
@media all and (max-width: 768px) { #menu { visibility: hidden; } #titulo{ font-size: 65px } #imagem_fundo{ background-position: center; } …
-
-5
votes1
answer261
viewsHow I pass the dot and comma at the end of the line of HTML and CSS code
I am learning how to program now. However, I am a little uncomfortable about the point and comma at the end of the line of code. When I type the command line I use the autocomplete to help me…
-
-5
votes1
answer46
viewsWhat’s wrong with my css code?
What’s wrong with my css code?…
-
-5
votes1
answer650
viewsDownloading HTML from a page
I would like to know a way or plugin that helps me to download the HTML of the page in format .html. My goal is to make it possible to edit images and texts in an image and finally to download it. I…
-
-5
votes2
answers111
viewsHow to make the browser render the <span> with some spaces in the text?
I have a <div> which will be used to store information. I want to make a kind of "table", formatting the texts and values so that they are more or less like this: Hot Dog 2,99 Pizza 7 Carro…
-
-5
votes1
answer59
viewsHTML input form
I have an HTML college job and can not do as the image below: alignment and date of birth and CEP masks... follows my code: <!DOCTYPE html> <html> <head>…
-
-5
votes0
answers30
viewsHow to make an automatic scroll?
Every time I roll the page active from the menu link is enabled by leaving the link in another color with the CSS and each time I am on the page that changes this link, but the overflow of the div…
-
-5
votes0
answers21
viewsI’m trying to remove this white line between the dog’s nose and the cyan bottom, if anyone can help, I’d appreciate it!
* { margin: 0; padding: 0; Outline: 0; } html { font-size: 62.5%; } body { height: 100vh; font-size: 1.6rem; font-family: Comfortaa, sans-Serif; background-color: #f2f3f7; } header H2 { padding-top:…
-
-6
votes2
answers138
viewsCSS - How to create a button or design like this reversed
I would like to know how to create a box just like the yellow button of the image below. I would simply like to know how to flip sides using CSS and HTML.…
-
-6
votes1
answer58
viewsReturn the original radio button image when selecting another
Friends, good afternoon. I’ve been racking my brain for 2 days because of this: I have 2 radio button that has an icon and a text: when I select one, the icon is replaced by a lighter icon (white),…
-
-6
votes1
answer22
viewsImage overlaps with open menu
Good evening everyone. I’m making my portfolio, and I realized that when I open the side menu, an image overlaps. That way: Here’s my CSS (I made it with Sass): .sessao-formacoes { background-color:…
-
-8
votes1
answer124
viewsDifficulty when combining web languages
I’m a beginner in web programming and I’m making a mess when it comes to mixing the codes, I have studied a lot but I still have a lot of doubt at the moment to combine all the codes, for now I use…