Posts

Showing posts with the label twitter-bootstrap-4

My bootstrap 4 table won't be responsive

Image
Clash Royale CLAN TAG #URR8PPP My bootstrap 4 table won't be responsive I use Bootstrap 4 HTML template and would like to have a nice table displayed in 320x480. Here, the table I try to insert in that page won't be responsible even .table-responsive class has been added. Would you please tell me what I did wrong ? <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta name="description" content=""> <meta name="author" content=""> <title>Table</title> <!-- Bootstrap core CSS --> <link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">...