Questions tagged as 'css'

1
answer

My site is not responsive, it's just text [closed]

My site is not responsive, it's just text: <div class="container"> <div class="row col-sm-6 col-xs-12 col-lg-12"> <h1 class="text_header">I’m Gustavo Marinho,<br> Creative Designer —<br>Product Designe...
asked by 29.04.2018 / 17:15
1
answer

Animations do not appear

Well, I'm trying to do some animations on scroll, but I do not know why, but I do not see any animation, the sections do not reveal. As I scroll down ... Html: I added the js-wp-1, js-wp-3, js-wp-4 class to the elements I wanted to animate...
asked by 09.05.2018 / 21:46
1
answer

Problem to position the div

I have a problem with positioning my div. Not what is happening in what the div that wanted to put the slide is on top of the menu. How do I put it under the menu? Thank you. body { background: url(skyblue.jpg); } .titulo { borde...
asked by 18.08.2018 / 01:44
2
answers

Foundation does not work anything that uses Javascript

I am loading in the JQuery header, foundation.min.js and foundation.css. But nothing that requires JavaScript works, like dropdown , slider , etc. I can not find a solution anywhere. How do Foundation work? <html> <head> <...
asked by 16.04.2014 / 19:58
1
answer

Can not align a box in the center? [duplicate]

I'm trying to align the box in the center of the screen, but it looks like it's lining up wrong even though I put 50% of top and 50% of left . css #conteudo{ position:fixed; top:50%; left:50%; border:2px #cc...
asked by 17.04.2014 / 01:58
2
answers

Fixed menu interferes with footer positioning

I'm developing a web application and I put a side menu with <aside> and also a footer in my application, but the content of the footer does not go down but rather stays in the middle of the application screen. <!doctype htm...
asked by 24.01.2018 / 00:32
1
answer

Several buttons on the same page with different functions

I have the following code that has 3 buttons, at the push of a button, it should change a value in my table in Mysql, but when I press one of the buttons, it is the same as pressing all the other buttons at the same time time. Follow the code...
asked by 18.11.2017 / 19:35
1
answer

Background animation HTML [closed]

People I saw on a website the following animation in the background and would like to know if someone has her source code or something like this. Follow the site link with the animation: the link !     
asked by 22.11.2017 / 18:16
1
answer

Align controls with bootstrap

I have this view @{ ViewBag.Title = "ExcelFinancing"; Layout = "~/Views/Shared/_Layout.cshtml"; } <!DOCTYPE html> <html lang="pt-br"> <head> <meta name="viewport" content="width=device-width" /> <tit...
asked by 18.09.2018 / 21:41
2
answers

My img tag does not respond to my css settings

I was trying to learn HTML, until my image did not respond with my CSS: img#imagens1{ height: 19.92; width: 19.92; } The image was responding up to five minutes ago: <img src="IconTwiter.png"id="imagens1"> Does anyone kn...
asked by 25.09.2018 / 01:11