Questions tagged as 'css'

1
answer

Center Horizontal Menu at the Top of the Screen in CSS

My menu is on the left of the page, Iwanttoleaveitcentralized,howdoIdoit?Here'smyHTMLpageandMyCSS:<!DOCTYPEHTML><htmllang="pt-br"> <head> <meta name="description" content="Como usar charset na <meta> tag">...
asked by 14.12.2017 / 20:30
1
answer

Customize Select Option

I need a Select equal to that of the image: But this is from Twitter Bootstrap and I use Bootstrap 4 and in the documentation I did not find anything like that. Is it possible to do with Bootstrap 4 or even pure CSS?     
asked by 15.12.2017 / 00:29
1
answer

Problem colorizing table rows in print using @media ASP.NET MVC

In my view the result of my table looks like this: Printing: I put my css styles used in the view inside the @@ media as follows: <style> .form-control { min-width: 100% !important; } .p-periodo{ tex...
asked by 31.10.2017 / 22:21
1
answer

Problems with the responsiveness of a retractable menu

How can I format correctly so that the menu that is horizontal in its full screen, stand vertically and show the sub-menus correctly? Follow the code below. <!DOCTYPE html> <html> <link rel="stylesheet" href="https://maxcd...
asked by 31.10.2017 / 16:52
2
answers

Bootstrap is CSS?

My teacher said that in his work all aesthetization of the site should be done in CSS, a question: Can I do it in Bootstrap?     
asked by 18.11.2017 / 17:07
2
answers

CSS - Clicking on a checkbox ... painting a TD

I'm trying to do the following: Clicking on a check box, she paints the orange background ... I needed you to paint the TD background too, because you're currently only painting the bottom of the label ... How can I paint together the bottom...
asked by 17.10.2017 / 14:53
3
answers

voting system

I'm making a website and I would like it to have a voting system, but I did not want it to be with stars but rather with coffee cups (I picked up this site: font-awesome). But I can not leave it with the cupcakes, it's always a star. index.ph...
asked by 29.11.2017 / 19:10
2
answers

Fixed menu after scrolling

I want to make the menu stay fixed after some scrolling, <script> $("document").ready(function($){ var nav = $('.menu-topo'); $(window).scroll(function () { if ($(this).scrollTop() > 150) {...
asked by 09.11.2017 / 19:49
1
answer

How do I switch between 2 style sheets?

Well, I have a site that all its color is gold and black . Some font colors in gold, then golden, gold sidebar, etc ... How do I, when I put a button on the side of my site, written "purple version", and the visitor clicks this button, ch...
asked by 10.11.2017 / 05:31
1
answer

How to leave an HTML code rotatable on any computer by Pen drive

I would like to know how to program hyperlink and IMG src inside a Pen drive so that you can open it on other computers just by running inside the Pen drive itself.     
asked by 03.10.2017 / 12:22