.flex-container { display: -webkit-flex; display: flex; -webkit-flex-direction: column; flex-direction: column; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: center; justify-content: center; -webkit-align-content: space-between; align-content: space-between; -webkit-align-items: flex-start; align-items: flex-start; } .flex-item:nth-child(1) { -webkit-order: 0; order: 0; -webkit-flex: 0 1 auto; flex: 0 1 auto; -webkit-align-self: auto; align-self: auto; } .flex-item:nth-child(2) { -webkit-order: 0; order: 0; -webkit-flex: 0 1 auto; flex: 0 1 auto; -webkit-align-self: auto; align-self: auto; } .flex-item:nth-child(3) { -webkit-order: 0; order: 0; -webkit-flex: 0 1 auto; flex: 0 1 auto; -webkit-align-self: auto; align-self: auto; }
Hello, welcome to the homepage of my website! I would like to remind everyone that this site is still a work in progress as I am manually coding every aspect! Keep checking back and have a wonderful day! If you would like to contact me, my email address is SummerTillitt@gmail.com! Thank you!