Hey Guys, This is my 4th Frontend mentor challenge.
Looking forward to any feedback. Thank you.
Hey Guys, This is my 4th Frontend mentor challenge.
Looking forward to any feedback. Thank you.
Hi, congrats🎉 on completing the challenge. Better take care about following points.
--Got any questions, REPLY--
Hope you will find this Feedback Helpful.
Let's connect for learning📝 and sharing🤝. Twitter , LinkedIn , GitHub
Feedbacks are welcomed, & it'll enhance my skills :)
Hi, congrats🎉 on completing the challenge. Better take care about following points.
min-height: 100vh;
in body selector inside CSS.main
selector.margin-top: 1em;
in .attribution
selector..container {
display: flex;
border-radius: 0.5rem;
overflow: hidden;
border: 0.1rem solid #ebdddf;
box-shadow: 0 0.2rem 1rem black;
height: 25rem;
max-width: 520px;
}
.left-side {
background: url(images/image-product-desktop.jpg);
background-size: cover;
background-repeat: no-repeat;
height: 100%;
width: 50%;
}
@media (max-width: 525px)
.container {
display: flex;
flex-direction: column;
height: 39rem;
width: 20rem;
}
@media (max-width: 525px)
.left-side {
background: url(images/image-product-mobile.jpg);
background-position: center;
background-size: cover;
background-repeat: no-repeat;
width: 100%;
}
--Got any questions, REPLY--
Hope you will find this Feedback Helpful.
Let's connect for learning📝 and sharing🤝: Twitter , Instagram , LinkedIn , GitHub
All feedback is welcome. Thanks for taking the time.
Hi, congrats🎉 on completing the challenge. Better take care about following points.
em
unit for margin and padding and rem
unit for font-size. Watch here.--Got any questions, REPLY--
Hope you will find this Feedback Helpful.
Let's connect for learning📝 and sharing🤝. Twitter , LinkedIn , GitHub
This was a good quick project to refresh my knowledge of fetching API data. It took some light research to remember how to format the fetch function but outside of that this was a smooth process!
Any feedback is always welcome :)
Hi, congrats🎉 on completing the challenge. Better take about following points:
<body>
<main>
---your code here----
</main>
<footer>
</footer>
</body>
body {
background-color: var(--dark-blue);
display: grid;
place-content: center;
min-height: 100vh;
}
@media screen and (min-width: 500px)
.container-card {
/* margin: 25%; */
/* max-width: 600px; */
border-radius: 20px;
box-shadow: 1px 7px 40px rgb(21, 30, 36);
}
.container-card {
background-color: var(--dark-grayish-blue);
margin: 0em 1em;
max-width: 600px;
position: relative;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 4rem 1rem 7rem 1rem;
border-radius: 10px;
box-shadow: 1px 3px 10px rgb(21, 30, 36);
}
If you are enough comfortable with CSS better learn about responsive units and responsiveness. For responsivness learning, take Conquering Responsive Layouts short course.
When we open GitHub repository link, at right side you will find an About Section. There, also include a description and live preview link of your project.
In README file of your GitHub project's solution remove already present content and write about your own working flow, findings, new learned things, useful resources, etc.
--Got any questions, REPLY--
Hope you will find this Feedback Helpful.
Let's connect for learning📝 and sharing🤝. Twitter , LinkedIn , GitHub
Hi, congrats🎉 on completing the challenge. Better take care about following points.
<body>
<main>
---your code here----
</main>
<footer>
</footer>
</body>
body {
background: var(--very-dark-blue-main);
font-family: var(--ff-Outfit);
display: grid;
place-content: center;
min-height: 100vh;
}
.container {
color: var(--white);
padding: .8em 1em;
border-radius: 15px;
background: var(--Very-dark-blue-card);
width: 310px;
}
.card-img {
height: 280px;
border-radius: 10px;
background-image: url(./images/image-equilibrium.jpg);
background-position: center;
background-repeat: no-repeat;
background-size: contain;
}
Remove following blocks of code:
@media (max-width: 378px) {
.container {
width: 90%;
}
}
@media (max-width: 420px) {
.container {
width: 85%;
}
}
@media (max-width: 688px) {
.container {
width: 50%;
}
}
@media (max-width: 1024px) {
.container {
width: 35%;
}
}
@media (max-width: 378px) {
.card-img {
height: 280px;
}
}
@media (max-width: 420px) {
.card-img {
width: 100%;
height: 290px;
}
}
--Got any questions, REPLY--
Hope you will find this Feedback Helpful.
Let's connect for learning📝 and sharing🤝. Twitter , LinkedIn , GitHub
I still have a hard time using the flex to get each element to be positioned where I want it to be. I would appreciate if you leave a comment if you find that there are better ways to carry out this project.
Hi, congrats🎉 on completing the challenge. Better take about following points:
body {
background-color: var(--LightGray);
font-family: 'Outfit', sans-serif;
display: flex;
min-height: 95vh;
justify-content: center;
align-items: center;
}
.flex-container {
background-color: var(--MyWhite);
border-radius: 6%;
padding: .8em .1em;
width: 275px;
}
.contenedor_texto {
border-radius: 10px;
margin: 1% 7%;
text-align: center;
}
Remove following code:
@media only screen and (max-width: 600px) {
.flex-container {
width: 80vw;
margin: 20% auto;
padding: 5% 1%;
}
}
(When you will be enough comfortable with CSS then better learn about responsiveness and responsiveness units. You can learn responsiveness units from a free short course Conquering Responsive Layouts).
--Got any questions, REPLY--
Hope you will find this Feedback Helpful.
Let's connect for learning📝 and sharing🤝. Twitter , LinkedIn , GitHub
Hi, congrats🎉 on completing the challenge. Better take about following points:
<body>
<main>
---your code here----
</main>
<footer>
</footer>
</body>
<div class="bottom"></div>
block--Got any questions, REPLY--
Hope you will find this Feedback Helpful.
Let's connect for learning📝 and sharing🤝. Twitter , LinkedIn , GitHub
Hi, congrats🎉 on completing the challenge. Better take care about following points.
<button id="get-started">Get Started</button>
hover effect not good.<body>
<main>
---your code here----
</main>
<footer>
</footer>
</body>
--Got any questions, REPLY--
Hope you will find this Feedback Helpful.
Let's connect for learning📝 and sharing🤝. Twitter , LinkedIn , GitHub
Hi friends, here's another finished challenge: Social Proof Section.
I hope I can count on your valuable feedback so I can improve more and more!
Hi, congrats🎉 on completing the challenge. YOU DID WELL🌼😍. Better take care about following points📝.
em
unit for margin and padding and rem
for font-size. Watch Here.
(and if you want to go further to understand responsive units, better explore Conquering Responsive Layouts short course).--Got any questions, REPLY?--
Hope you will find this Feedback Helpful.
Let's connect for learning📝 and sharing🤝. Twitter , LinkedIn , GitHub
I had troubles with input elements so I'm unsure of my js and styles. Any tips would be appreciated thx.
Hi, congrats🎉 on completing the challenge. Better take care about following points.
--Got any questions, REPLY--
Hope you will find this Feedback Helpful.
Let's connect for learning📝 and sharing🤝. Twitter , LinkedIn , GitHub
Hi Frontend Mentor community. I've enjoyed this challenge and learned a lot from it. Would appreciate any feedback and overall tips on how to improve accessibility and form validation. Thank you
Hi, congrats🎉 on completing the challenge. Better take about following points:
em
for padding and margin and rem
for font-size. Watch here--Got any questions, REPLY--
Hope you will find this Feedback Helpful.
Let's connect for learning📝 and sharing🤝. Twitter , LinkedIn , GitHub
My approach was to first make the body of full screen (using vh) and then add a card to it in the center both horizontally and vertically (using grid). After that I simply added the contents. Is there any better approach to this?
Hi, congrats🎉 on completing the challenge. Better take care about following points.
<body>
<main>
---your code here----
</main>
<footer>
</footer>
</body>
Hope you will find this Feedback Helpful.
Let's connect for learning📝 and sharing🤝. Twitter , LinkedIn