File tree Expand file tree Collapse file tree 2 files changed +19
-14
lines changed Expand file tree Collapse file tree 2 files changed +19
-14
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ header div.phrase-p2{
18
18
width : 100% ;
19
19
}
20
20
form {
21
- margin-left : 6 vw ;
21
+ margin-top : 4 px ;
22
22
}
23
23
form input .form-control {
24
24
height : 21px ;
@@ -100,4 +100,12 @@ form input.form-control{
100
100
}.body-text {
101
101
font-size : 1rem !important ;
102
102
}
103
+ # search-btn {
104
+ background-color : blanchedalmond !important ;
105
+ border-color : blanchedalmond !important ;
106
+ height : 29px ;
107
+ }
103
108
109
+ # search-input {
110
+ height : 29px ;
111
+ }
Original file line number Diff line number Diff line change 14
14
<!-- Material Design Bootstrap -->
15
15
<link href =" https://cdnjs.cloudflare.com/ajax/libs/mdbootstrap/4.5.4/css/mdb.min.css" rel =" stylesheet" >
16
16
<!-- Your custom styles (optional) -->
17
- <link href =" css/other-landing.css" rel =" stylesheet" >
18
-
19
- <style >
20
- .ch {
21
-
22
- },
23
- .ch2 {
24
-
25
- }
26
- </style >
17
+ <link href =" ../../css/other-landing.css" type =" text/css" rel =" stylesheet" >
27
18
</head >
28
19
<body >
29
20
<!-- Start your project here-->
46
37
<!-- Links -->
47
38
<ul class =" navbar-nav mr-auto" >
48
39
<li class =" nav-item active" >
49
- <form class =" form-inline active-cyan-4 flex-center" >
50
- <input class =" form-control form-control-sm mr-3" type =" text" aria-label =" Search" >
51
- <button type =" submit" class =" fa font-weight-bold btn-search" >Search</button >
40
+ <form class =" form-inline" >
41
+ <div class =" input-group col-12 pl-0" >
42
+ <input type =" text" id =" search-input" class =" form-control form-control-lg py-2 border-right-0 border" placeholder =" Search" >
43
+ <span class =" input-group-append" >
44
+ <button id =" search-btn" class =" btn-outline border-left-0 border" type =" button" >
45
+ <i class =" fa fa-search" ></i >
46
+ </button >
47
+ </span >
48
+ </div >
52
49
</form >
53
50
</li >
54
51
<li class =" nav-item " >
You can’t perform that action at this time.
0 commit comments