real life practice
This is a solution to the Order summary card challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.
Note: Delete this note and update the table of contents based on what sections you keep.
Users should be able to:
Doing this challenge, I have learned little about what Responsive Design is and how it works like using @media query and < meta > tag and some other new css styling tools I used.
To see how you can add code snippets, see below:
<meta name="viewport" content="width=device-width, initial-scale=1">
@media screen and (max-width: 375px) {
/* For mobile phone */
body {
height: 97vh;
}
I would continuously develop my current skill on HTML, CSS and JavaScript and would love to learn more about React.js and some other languages to extend my knowledge on this new area.
All this starts from my husband who inspires me to learn to code. He was my biggest helper with this challenge completion.