Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CSS FIXED!! #228

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 12 additions & 4 deletions src/lab/exp10/Introduction.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,30 @@
<link href="../css/bootstrap.min.css" rel="stylesheet">

<!-- Important Owl stylesheet -->
<link rel="stylesheet" href="../vendors/owl-carousel/owl.carousel.css">
<link rel="stylesheet" href="../vendors/owl-carousel/owl.theme.css">


<link rel="stylesheet" href="../vendors/font-awesome/css/font-awesome.css">

<link rel="stylesheet" href="../vendors/owl-carousel/owl.theme.css">

<link rel="stylesheet" href="../vendors/owl-carousel/owl.carousel.css">



<!-- Custom CSS -->
<link href="../css/style.css" rel="stylesheet">
<script type="text/javascript" src = 'tabs.js'></script>
<script>(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)})(window,document,'script','//www.google-analytics.com/analytics.js','ga');ga('create', 'UA-67020197-1', 'auto');ga('send', 'pageview');</script>
</head>

<body id="page-top" class="index">
<div id="top">
<header>
<!-- Navigation -->
<nav class="navbar navbar-default " style="background-color: white !important; margin-bottom: 0px !important;">
<div class="container-fluid">

<nav class="navbar navbar-default " style="background-color: #FFFFFF !important; margin-bottom: 0px !important;">

<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header page-scroll">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
Expand Down