I have a button on my site Wordpress , ie inside the post!
Button:
<a href="#" class="btn btn-primary btn-lg btn-block" id="butdedownlaodnovo"
data-toggle="tooltip" data-placement="top" title="" role="button"
target="_blank" aria-pr...
I would like to put a Logo on the sidebar instead of navbar for larger screens, and when reducing the screen aspect ratio ( mobile devices, and tablets and smarts), the logo should go to navbar using Media Queries of Bootstrap 3.
I'm using bootstrap 3.
I want to center a text as the example below.
@import url('https://fonts.googleapis.com/css?family=Anton|Black+Han+Sans|Open+Sans+Condensed:300');
/*
font-family: 'Black Han Sans', sans-serif;
font-family: 'Anto...
I have a modal where I can view Google Maps using your particular API. See the code below:
<div class="modal fade" id="myMapModal" >
<div class="modal-dialog modal-lg">
<div class="modal-content">
&l...
You have a code:
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet"/>
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"/>...
Hello, I have a page in PHP where I'm using Bootstrap to do a simple search screen.
<div class="container">
<img src="/img/logoSuivi.png" class="img-responsive center-block">
<div class="well col-md-3">
<di...
How do I color the selected line on a table?
I have the following code:
<tr ng-repeat="p in produtos" ng-click="info(p)"
ng-class="{'info': ??}">
I just can not find a condition to color only the selected line.
Does anyone h...
I'm using this menu: link Exactly this one from the link, I copied directly from there, the question is , where it says "Project Name", I have to add a logo, how do I do it?
How do I show a div only after the scroll passes a certain #id?
<div class="row" id="menufixo"> <!-- TODO ADICIONAR CLASS navbar-fixed-top PARA MANTER MENU NO TOPO -->
<div class="col-md-12">
&...
In my php pages I use an include to call a file that contains my menu:
<?php include('../../sidebar-menu.php'); ?>
Menu file:
<ul class="sidebar-menu" id="nav-accordion">
<?php
foreach ($li...