Model Examples
No edit summary |
|||
Line 45: | Line 45: | ||
.container { | .container { | ||
display: flex; | display: flex; | ||
} | } | ||
.sidebar { | .sidebar { | ||
flex: 0 0 200px; | flex: 0 0 200px; /* Adjust the width as needed */ | ||
padding: 20px; | padding: 20px; | ||
display: flex; | display: flex; | ||
Line 63: | Line 62: | ||
} | } | ||
.card-container, .card-container-3 { | .card-container , .card-container-3 { | ||
display: grid; | display: grid; | ||
grid-template-columns: repeat( | grid-template-columns: repeat(3, 1fr); | ||
grid-gap: 32px; | grid-gap: 32px; | ||
margin: 0 auto; | margin: 0 auto; | ||
max-width: 960px; | |||
} | } | ||
.cards { | .cards { | ||
width: 296px; | |||
background: white; | background: white; | ||
border-radius: 6px; | border-radius: 6px; | ||
Line 124: | Line 124: | ||
} | } | ||
.sidebar a { | .sidebar a { | ||
display: block; | |||
color: #182933; | |||
text-decoration: none; | |||
margin-bottom: 10px; | |||
padding-left: 20px; | |||
position: relative; | |||
font-weight: 500; | |||
} | } | ||
.sidebar a.active { | .sidebar a.active { | ||
color: #1A50AD; | |||
} | } | ||
.sidebar a.active svg { | .sidebar a.active svg { | ||
position: absolute; | |||
left: 0; | |||
top: 0; | |||
} | } | ||
@media (max-width: 767px) { | @media (max-width: 767px) { | ||
.sidebar, | |||
.card-container, | |||
.card-container-3 { | |||
flex: 0 0 100%; | |||
max-width: 100%; | |||
margin-left: 0; | |||
} | |||
.card-container, | |||
.card-container-3 { | |||
grid-template-columns: 1fr; | |||
} | |||
} | } | ||
. | .search-container { | ||
display: flex; | |||
align-items: center; | |||
border-radius: 4px; | |||
border: 1px solid #E3E8EE; | |||
background: #FFF; | |||
width: 951px; | |||
height: 36px; | |||
flex-shrink: 0; | |||
} | } | ||
.search-container { | .search-container input[type="search"] { | ||
border: none; | |||
outline: none; | |||
width: 100%; | |||
padding: 0 10px; | padding: 0 10px; | ||
height: 100%; | |||
color: #999B9E; /* Placeholder text color */ | |||
} | } | ||
.search-container svg { | .search-container svg { | ||
margin: 0 10px; | |||
margin: | |||
} | } | ||
.search-container input | /* Change placeholder color */ | ||
.search-container input::placeholder { | |||
color: #999B9E; | |||
} | } | ||
.search-container | /* If you want to ensure that the input does not have border in any browser */ | ||
.search-container input:focus { | |||
border: none; | |||
outline: none; | |||
} | } | ||
</style> | </style> | ||
</head> | </head> |
Revision as of 14:29, 9 November 2023
Model Samples
MODEL SAMPLES
Get started with MDriven sample models. Explore our models and choose what you want to build.
Complete Models
Base App
You can use this as a starting point or you can merge it with most of the other examples and template models.
Download .zip
Base App
You can use this as a starting point or you can merge it with most of the other examples and template models.
Download .zip
Base App
You can use this as a starting point or you can merge it with most of the other examples and template models.
Download .zip
Base App
You can use this as a starting point or you can merge it with most of the other examples and template models.
Download .zip
Base App
You can use this as a starting point or you can merge it with most of the other examples and template models.
Download .zip
Base App
You can use this as a starting point or you can merge it with most of the other examples and template models.
Download .zip
Complete Models
Base App
You can use this as a starting point or you can merge it with most of the other examples and template models.
Download .zip
Base App
You can use this as a starting point or you can merge it with most of the other examples and template models.
Download .zip
Base App
You can use this as a starting point or you can merge it with most of the other examples and template models.
Download .zip
Base App
You can use this as a starting point or you can merge it with most of the other examples and template models.
Download .zip
Base App
You can use this as a starting point or you can merge it with most of the other examples and template models.
Download .zip
Base App
You can use this as a starting point or you can merge it with most of the other examples and template models.
Download .zip
Complete Models
Base App
You can use this as a starting point or you can merge it with most of the other examples and template models.
Download .zip
Test
You can use this as a starting point or you can merge it with most of the other examples and template models.
Download .zip
Base App
You can use this as a starting point or you can merge it with most of the other examples and template models.
Download .zip
Base App
You can use this as a starting point or you can merge it with most of the other examples and template models.
Download .zip
Base App
You can use this as a starting point or you can merge it with most of the other examples and template models.
Download .zip
Base App
You can use this as a starting point or you can merge it with most of the other examples and template models.
Download .zip