Commit 76ebb7ec by Florian Shllaku

header/tag

parent 75e6a916
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<!-- Main Custom styles for the website --> <!-- Main Custom styles for the website -->
<link href="css/main.css" rel="stylesheet"> <link href="css/main.css" rel="stylesheet">
</head> </head>
<body class="text-center" background="/home/gorilla/Desktop/Garlix/img/backgroundd.jpg"> <body class="text-center" background="img/background.jpg">
<div class="cover-container d-flex w-100 h-100 p-3 mx-auto flex-column"> <div class="cover-container d-flex w-100 h-100 p-3 mx-auto flex-column">
<header class="masthead mb-auto"> <header class="masthead mb-auto">
<div class="inner"> <div class="inner">
...@@ -28,6 +28,7 @@ ...@@ -28,6 +28,7 @@
<a class="nav-link" href="subscribe.html">Subscribe</a> <a class="nav-link" href="subscribe.html">Subscribe</a>
</nav> </nav>
</div> </div>
</header>
<br> <br>
<br> <br>
<br> <br>
......
...@@ -167,7 +167,12 @@ body, html{ ...@@ -167,7 +167,12 @@ body, html{
-webkit-border-radius: 3px; -webkit-border-radius: 3px;
-moz-border-radius: 3px; -moz-border-radius: 3px;
border-radius: 3px; border-radius: 3px;
background: darkslategray; background: #85bb65;
width: 960px;
height: 700px;
position: relative;
margin:0 auto;
line-height: 1.4em;
} }
.card-3 .card-body { .card-3 .card-body {
padding: 57px 65px; padding: 57px 65px;
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<!-- Main Custom styles for the website --> <!-- Main Custom styles for the website -->
<link href="css/main.css" rel="stylesheet"> <link href="css/main.css" rel="stylesheet">
</head> </head>
<body class="text-center" background="/home/gorilla/Desktop/Garlix/img/backgroundd.jpg"> <body class="text-center" background="img/background.jpg">
<div class="cover-container d-flex w-100 h-100 p-3 mx-auto flex-column"> <div class="cover-container d-flex w-100 h-100 p-3 mx-auto flex-column">
<header class="masthead mb-auto"> <header class="masthead mb-auto">
<div class="inner"> <div class="inner">
...@@ -28,6 +28,7 @@ ...@@ -28,6 +28,7 @@
<a class="nav-link" href="subscribe.html">Subscribe</a> <a class="nav-link" href="subscribe.html">Subscribe</a>
</nav> </nav>
</div> </div>
</header>
<br> <br>
<br> <br>
<br> <br>
...@@ -68,6 +69,5 @@ ...@@ -68,6 +69,5 @@
</div> </div>
</div> </div>
</div> </div>
</body> </body>
</html> </html>
\ No newline at end of file
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
<!-- Main Custom styles for the website --> <!-- Main Custom styles for the website -->
<link href="css\main.css" rel="stylesheet"> <link href="css\main.css" rel="stylesheet">
</head> </head>
<body class="text-center" background="img\backgroundd.jpg"> <body class="text-center" background="img\background.jpg">
<div class="cover-container d-flex w-100 h-100 p-3 mx-auto flex-column"> <div class="cover-container d-flex w-100 h-100 p-3 mx-auto flex-column">
<header class="masthead mb-auto"> <header class="masthead mb-auto">
<div class="inner"> <div class="inner">
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
<h1 class="cover-heading">Free Currency Converter</h1> <h1 class="cover-heading">Free Currency Converter</h1>
<p class="lead">Currency converter and exchange rate for Dollar, Pound, Euro and all other currencies. Calculate live currency and foreign exchange rates with this free currency converter.</p> <p class="lead">Currency converter and exchange rate for Dollar, Pound, Euro and all other currencies. Calculate live currency and foreign exchange rates with this free currency converter.</p>
<p class="lead"> <p class="lead">
<a href="#" class="btn btn-lg btn-secondary">Learn more</a> <a href="fiat.html" class="btn btn-lg btn-secondary">Convert now</a>
</p> </p>
</main> </main>
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<!-- Main Custom styles for the website --> <!-- Main Custom styles for the website -->
<link href="css/main.css" rel="stylesheet"> <link href="css/main.css" rel="stylesheet">
</head> </head>
<body class="text-center" background="/home/gorilla/Desktop/Garlix/img/backgroundd.jpg"> <body class="text-center" background="img/background.jpg">
<div class="cover-container d-flex w-100 h-100 p-3 mx-auto flex-column"> <div class="cover-container d-flex w-100 h-100 p-3 mx-auto flex-column">
<header class="masthead mb-auto"> <header class="masthead mb-auto">
<div class="inner"> <div class="inner">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment