Questions tagged as 'css'

3
answers

"import" header and footer on all pages

I'm doing some html / css / javascript pages and they will all have the same header and footer, I would like to know how to do the import without repeating all the code. Server in java. But can you do it in a simplistic way?     
asked by 23.06.2017 / 22:40
2
answers

How to draw a pizza using css

I'm having trouble making the lines on a round button to match the partitions of a pizza WhatIhave:<divclass="panel-body no_padding padding_bottom_top_list" style="display: inline-block;"> <div class="list-group">...
asked by 15.08.2017 / 17:03
1
answer

How to remove double side scrollbar?

I'm having a side scrolling duplicity problem on my page. I used the Bulma Framework. Does anybody know how to solve this? Here is the problem print: body { background-color: #f5f8f9; font-family: 'Lato', sans-serif; } aside...
asked by 17.07.2017 / 19:34
1
answer

Format CSS Button

I'm developing a web application and would like to leave my button with two visuals. A button with enter and another button longer but with the same look, same color, and wider width. But I'm not getting Lookhowthebuttonsare <buttontype=...
asked by 27.09.2017 / 23:11
3
answers

How to ensure that an image is centralized and responsive

Good morning! I would like to know how I can do with CSS so that an image is centralized so that it is responsive to all monitors .     
asked by 22.09.2017 / 15:42
2
answers

How to remove trash in print screens

How do I create a CSS to remove rubbish as in the attached image.   I'm using bootstrap.     
asked by 28.09.2016 / 20:30
2
answers

Pass menu from "normal" to "hamburger"

Hello! My question is: What is the best way to go from a normal menu, with inline-block for example to a hamburger menu, that when you click the icon it opens the menu items, when the resolution does not support a menu in line? Is there any g...
asked by 12.05.2016 / 13:27
1
answer

Views engine alternatives for nodejs?

Alternatives that are not Jade and similar, I try to know alternatives that can write the complete syntax (HTML and CSS)?     
asked by 13.09.2014 / 07:06
3
answers

Div alignment side by side

I want the two divs (green and red) aligned side-by-side as they are, but green should be fixed right-aligned while red aligned left, so I set margin-left:0vw; to green, and did not solve, what procedure would you do to leave the r...
asked by 05.01.2017 / 20:46
3
answers

How can I change the CSS style sheet dynamically with AngularJS?

I'm having a problem with customizing a CSS, AngularJS does not allow me to write a snippet of code like this: <style> .btn-n { min-height: {{botao.altura}}px; min-width: {{botao.largura}}px; border-radius: {{...
asked by 16.11.2016 / 13:15