Skip to content

Commit

Permalink
visually updated type
Browse files Browse the repository at this point in the history
need to add moto style
  • Loading branch information
onuralpArsln committed Jun 4, 2024
1 parent 6e3e5e1 commit cbf5f6e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 4 additions & 3 deletions carMaker/carMaker.css
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,10 @@ body {

.labelInputGroup {
display: flex;

width: 100%;
flex-direction: row;
align-items: center;
gap: 20px;
margin: 10px;
justify-content: space-between;
margin-top: 10px;
margin-bottom: 10px;
}
6 changes: 6 additions & 0 deletions carMaker/carMaker.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,16 @@
integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz"
crossorigin="anonymous"></script>


<!-- To override bootstrap -->
<style>
.card {
min-height: 600px;
}

.form-select {
max-width: 300px;
}
</style>
</head>

Expand Down

0 comments on commit cbf5f6e

Please sign in to comment.