skip to Main Content

bootstrap isn't working with CodeIgniter – Twitter bootstrap

I have written a simple view to use bootstrap css in codeignitor. <?php defined('BASEPATH') OR exit('No direct script access allowed'); ?><!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Voyager</title> <link rel="stylesheet" href="<?php echo base_url("styles/bootstrap/css/bootstrap.css"); ?>" /> </head> <body> <div class="panel panel-heading">…

VIEW QUESTION

Vertical alignment in bootstrap 4 – Twitter bootstrap

I'm trying to have a center text over image. I've used mx-auto to Horizontal centering my overlay text and use align-middle for a Vertical alignment. But the vertical alignment didn't work. Does somebody know why ? <link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.0.0-alpha.6/css/bootstrap.min.css" rel="stylesheet"/> <div…

VIEW QUESTION
Back To Top
Search