Skip to content

Commit

Permalink
spend half an hour for css
Browse files Browse the repository at this point in the history
turns out typo in file name
  • Loading branch information
onuralpArsln committed Jun 4, 2024
1 parent 759893b commit 529385c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
2 changes: 1 addition & 1 deletion carMaker/carMaker.css
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ body {
top: 0;
width: 100%;
background: linear-gradient(rgba(153, 1, 172, 1), rgba(0, 212, 255, 1));
}
}
18 changes: 12 additions & 6 deletions carMaker/carMaker.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<title> jQuery and Bootstrap </title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="jqbs.css">
<link rel="stylesheet" href="carMaker.css">

<!-- Bootsrap -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
Expand All @@ -34,14 +34,20 @@

<div class="overscroll"></div>
<div class="background"></div>
<a href="../index.html">
<div class="banner">Car Maker</div>
<a href="index.html">
<div class="banner">Parancey's Car Shop</div>
</a>


<div class="card">


<div class="card" style="width: 600px;">
<div class="card-body">
<h5 class="card-title">Card title</h5>
<h6 class="card-subtitle mb-2 text-body-secondary">Card subtitle</h6>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's
content.</p>
<a href="#" class="card-link">Card link</a>
<a href="#" class="card-link">Another link</a>
</div>
</div>


Expand Down

0 comments on commit 529385c

Please sign in to comment.