Create Layout Mockups
Example Prompt:
Example Response:
Related Tasks:
Select Typography and Color Schemes
Example Prompt:
Example Response:
Related Tasks:
Facilitate Team Feedback Sessions
Example Prompt:
Example Response:
Related Tasks:
Generate Code for Layout Implementation
Example Prompt:
Example Response:
Column 1 Content
Column 2 Content
Column 3 Content
.container {
display: flex;
justify-content: space-between;
}
.column {
flex: 1;
padding: 10px;
}
@media (max-width: 768px) {
.container {
flex-direction: column;
}
}
Related Tasks:
Review Layouts for Consistency
Example Prompt:
Example Response:
Related Tasks: