Posts
My works
TSAI NEI YUAN
My works
Besides working on Day15 project, I start taking The Complete Web Developer in 2021: Zero to Mastery. My Day16 project would be CSS related: flexbox. I’m following the lesson tutorial to make a flexbox project.
I have basic CSS skills, but I’m lack of practice. This project help me to improve my knowledge of it.
This is my...
This project is easy and fun!
This is my project: Day17_robot and my code
My CSS:
h1 { text-align: center; font-family: 'Roboto', sans-serif; } .robots { flex-wrap: wrap; display: flex; justify-content: center; } .head, .left_arm, .torso, .right_arm, .left_leg, .right_leg { background-color: #7d5fe8; } .head { width: 200px; margin: 0 auto; height: 150px;...