Questions tagged as 'css3'

2
answers

How to draw dots between one image and another with HTML5 and CSS3?

I have icons, separated in divs, and the original layout has these dots. I tried using images, but it misconfigures my layout. How do you put these points between images?     
asked by 22.11.2017 / 12:18
1
answer

Problem with background and linear-gradient

I'm trying to make a background for body using an image and a linear-gradient , in loading the gradient appears for a moment, but soon is replaced only by the image, as you can see below. body { background: url("https://up...
asked by 22.03.2018 / 19:02
3
answers

How to make a regressive timer with html5 + css + javascript, which at the end of the selected time tap (or execute) a * .mp3

I started testing with this HTML: <!DOCTYPE html> <html> <head> <link rel="stylesheet" type="text/css" href="style.css" /> </head> <body onload="principal();"> <audio id="audio"> &l...
asked by 22.02.2017 / 00:10
1
answer

Create a SlideShow with Html and CSS only

<head><linkrel="stylesheet" type="text/css" href="css/style.css"> <title>Projeto 01</title> <script> var slideIndex = 1; showDivs(slideIndex); function plusDivs(n) { showDivs(slideIndex += n);...
asked by 16.04.2017 / 02:48
1
answer

Div CSS with CSS [closed]

I need to make a div that looks like the image below: Itriedtodobackgroundimage,butitismoredifficulttoposition,asintheimagebelow: Theproblemistomakethisareamarkedintheimagebelow: .nav-tabs>li.active>a, .nav-tabs>li.active&g...
asked by 06.12.2016 / 16:29
3
answers

Doubt regarding CSS selectors

I started studying CSS shortly, and when I looked at the CSS of a page I came across the following excerpt: @media (min-width:10px){ body{max-width:none} } I would like to know what kind of selector is @ , and how this structure with...
asked by 31.01.2017 / 17:41
2
answers

Number of items aligned vertically according to div height

Good evening guys, I'm trying to do a basic layout similar to the Windows 8/10 home screen, and in a container I'd like to align vertical items of 80x80, and if according to Height by perhaps some items will not fit in this first column to be...
asked by 30.08.2016 / 06:22
1
answer

How to paint a background image with CSS

Does anyone know how I do this yellowish effect in CSS in the photo?     
asked by 24.05.2017 / 02:31
2
answers

How to create "Banner" with css?

I would like to produce a Banner similar to the photo using css . I tried using UTF-8 characters and the result was almost perfect, but I would like to do with css to avoid some reponsiveness problems. HTML <div style='b...
asked by 11.12.2016 / 12:12
2
answers

Background-color does not accompany content

Well, I have the code below and I have a question: Code .um { background-color:#000; width:600px; height:280px; margin:0 auto; /*centralizando horizontalmente esta div*/ } .dois { background-color:#CCC; width:300px;...
asked by 18.04.2016 / 14:56