Skip to content
Open
Show file tree
Hide file tree
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
5 changes: 5 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.title-bar{
background: #f2f6f9;
padding: 2rem;
margin-top: 2rem;
}
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<!-- Stylesheets -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css"/>

<link rel="stylesheet" type="text/css" href="css/style.css">
<!-- CDN Hosted Scripts -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.bundle.min.js"></script>
Expand All @@ -15,7 +15,7 @@

<body>
<div class="w3-container container">
<div class="jumbortan">
<div class="jumbortan title-bar">
<h2 align="center">CSS Objects Series</h2>
<div class="container">
<p> For basics do visit <a href="basics.html" class="objects">here</a>.</p>
Expand Down