parent
53b60cad35
commit
a2361c51e7
2 changed files with 29 additions and 0 deletions
@ -0,0 +1,27 @@ |
|||||||
|
import React from "react"; |
||||||
|
|
||||||
|
const CardDesign3 = () => { |
||||||
|
return ( |
||||||
|
<div className="flex flex-row items-center bg-[#F8F8F8] border border-[#BCBCBC] rounded"> |
||||||
|
CardDesign3 |
||||||
|
</div> |
||||||
|
); |
||||||
|
}; |
||||||
|
|
||||||
|
export default CardDesign3; |
||||||
|
|
||||||
|
// #BCBCBC
|
||||||
|
|
||||||
|
// #B9D1F3
|
||||||
|
|
||||||
|
// #2483E1
|
||||||
|
|
||||||
|
// #C9E2B3
|
||||||
|
|
||||||
|
// #0F0543
|
||||||
|
|
||||||
|
// #2A527A
|
||||||
|
|
||||||
|
// #468722
|
||||||
|
|
||||||
|
// #DAF6E5
|
Loading…
Reference in new issue