add category btns
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
import './button.css'
|
||||
|
||||
var title = "DALJE";
|
||||
const StandardBtn = (props) => {
|
||||
return (
|
||||
<div className='standard-btn'>
|
||||
|
||||
<button className='standardBtn'>{title}</button>
|
||||
<button className='standardBtn'>{props.title}</button>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
.standard-btn {
|
||||
text-align: center;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.standardBtn {
|
||||
width: fit-content;
|
||||
width: 150px;
|
||||
background-color: #02ADBA;
|
||||
font-size: 15px;
|
||||
padding: 7px 20px 7px 20px;
|
||||
|
||||
Reference in New Issue
Block a user