Questions tagged as 'css3'

1
answer

Error in CSS - Django FormField

I'm giving the following error in my Django 1.9 form Notice that the label has the :> at the end. I DO NOT WANT THE GREATEST SIGN (>) AT THE END OF LABEL Ex: Nome: > Followmycodeforms.pyclassFormContact(forms.Form...
asked by 17.02.2016 / 02:04
1
answer

How to create a grid with floating elements similar to Pinterest

Hello, I am creating a grid with divs floating left, but when it reaches the fifth div in 1000px , it floats on the right and not on the left as should be and margin-top is greater for all subsequent divs , ie f...
asked by 01.11.2015 / 00:05
1
answer

Alignment with FlexBox

I'm having trouble making a project using Flexbox . See HERE My project in progress These red boxes are distributed using Flexbox , the number of boxes will vary from 1 to 400, ie you need to distribute correctly. I wish that if t...
asked by 11.06.2014 / 21:29
1
answer

Placing Javascript in Div [closed]

I have this code to show this date <script language="javascript" type="text/javascript">// <![CDATA[ now = new Date document.write ("Esquenta Black Friday Somente Hoje " + now.getDate() + " do " + now.getMonth() + 1, ) // ]]></...
asked by 08.11.2018 / 14:38
2
answers

How to make a Countdown with jQuery that restarts weekly

I have to do a countdown timer for a promotion. I need this counter to restart every Tuesday at 00:00 p.m. to make it look something like this:    "Only 6 days remaining 12 hours 42 minutes and 37 seconds left for the end of the promotion"...
asked by 16.11.2018 / 18:31
1
answer

Position fixed mixing margin

When I set my header # header as position fixed, it took the style (for example the margin) of the div.interface, I do not understand why this happens, I want my div.interface to have margin-top: 100px and mine header 0px @charset "UTF-8";...
asked by 10.09.2018 / 16:46
1
answer

Divide the body into 4 different colored parts

Would you get the result of the image below using only Css in body ?    Obs: Without using divs MaximumI'veachieved: body{ background: linear-gradient( to right, red 25%, green 25%, green 70%, yellow 70%, yellow 8...
asked by 20.09.2018 / 20:06
1
answer

Working with after and before css to add items to the screen

Well I need to add an item to div when you have selected it, the actual image should look like this: Itwouldbethisleftbankpointinthegreenitem.Howwouldyoudothisincss,usingafterorbeforecanbedonewithcss3andsass.MYHTML<ion-rowmargin-top>&l...
asked by 24.08.2018 / 14:32
1
answer

Hiding a button in HTML5 and CSS when on Smartphone

I made a responsive Web application, which when it arrives in Checkout has two buttons: Print and Save. Only the user (client) on the smartphone clicks to print even without a printer. I have tried to extend with @media, but I can not....
asked by 08.07.2018 / 15:39
2
answers

Responsive HTML without framework

Good evening, I need to create a two-column layout and insert data into the columns using HTML 5 and CSS3 responsibly without using any framework. I'm terrible with layouts and a simple example of this laytout was going to help a lot. I wanted t...
asked by 30.07.2018 / 04:07