I’m learning CSS

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%;


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


Print Share Comment Cite Upload Translate Updates
APA

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/

MLA
" » I’m learning CSS." Timothy Rice | Sciencx - Saturday August 17, 2024, https://www.scien.cx/2024/08/17/im-learning-css/
HARVARD
Timothy Rice | Sciencx Saturday August 17, 2024 » I’m learning CSS., viewed ,<https://www.scien.cx/2024/08/17/im-learning-css/>
VANCOUVER
Timothy Rice | Sciencx - » I’m learning CSS. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2024/08/17/im-learning-css/
CHICAGO
" » I’m learning CSS." Timothy Rice | Sciencx - Accessed . https://www.scien.cx/2024/08/17/im-learning-css/
IEEE
" » I’m learning CSS." Timothy Rice | Sciencx [Online]. Available: https://www.scien.cx/2024/08/17/im-learning-css/. [Accessed: ]
rf:citation
» I’m learning CSS | Timothy Rice | Sciencx | 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.

You must be logged in to translate posts. Please log in or register.