Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4ba8de8

Browse files
committedOct 30, 2020
fixed navbar of currency converter tool
1 parent 1abf102 commit 4ba8de8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed
 

‎conversionTools/currency/currency.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
5-
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
6-
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
5+
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
6+
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
7+
78
<title>Currency Converter</title>
89
<!-- <link rel="stylesheet" href="currency.css" /> -->
910
</head>
1011
<body>
1112
<!-- Navbar -->
12-
<nav class="site-header sticky-top py-1 text-light">
13+
<nav class="site-header sticky-top py-1 text-light" style="background: black !important;">
1314
<div class="container d-flex flex-column flex-md-row justify-content-between align-items-center" id="uNavbar">
1415
<a class="py-2 text-light" href="../../index.html">
1516
<i class="fa fa-cogs fa-2x" aria-hidden="true"></i>

0 commit comments

Comments
 (0)
Please sign in to comment.