This content originally appeared on DEV Community and was authored by Timothy Rice
Class has a dot, element does not.
header {
display: flex;
flex-wrap: wrap;
flex-direction: column;
align-items: center;
justify-content: center;
width: 100%;
}
main {
display: flex;
flex-wrap: wrap;
width: 100%;
margin: 50px 10% 10%;
}
.card {
border: 2px dotted black
}
This content originally appeared on DEV Community and was authored by Timothy Rice
Timothy Rice | Sciencx (2024-08-17T21:32:31+00:00) I’m learning CSS. Retrieved from https://www.scien.cx/2024/08/17/im-learning-css/
Please log in to upload a file.
There are no updates yet.
Click the Upload button above to add an update.