Coding is a fun and exciting practice but how do you measure your progress in your learning journey?
Here are some cool ideas your could build to ...
For further actions, you may consider blocking this person and/or reporting abuse
Hey thank you so much brother. I was finished my udemy course on html css. Before starting to javascript i want to do some web pages and now i see your topic. Good timing for me. I appreciate it
God damn man. Its really challenging 😅 i started with the first one already stuck the same place like 30min. Can't even put the text under the input. But i love challenging thinks! Lets goo
More courage 💪
focus on flex box and position property mainly for css
I text the first name under the input section and its fixex 😅 thanks man
It's always great to create a portfolio of your practice programming.
Not only is it good for personal use, but others can learn as well
@passivetools I totally agree
Thank you, I am building your projects with other projects. I really appreciate your lessons.
Good list.
Thanks sir!
Done to perfection! Nice!
Finally i did the first one. And its felt really good. When i do this i also get more used to on class and divs. Thank you very much Babi!
That's awesome @cem_coduroglu! If you did it on codepen could you share the link in this comment section?
I don't now how to send it. But i will copy paste here
HTML was ;
<!DOCTYPE html>
Survey Forms
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
Employee Satisfaction Survey
CSS ;
.container {
margin-left: 30px;
margin-right: 30px;
height: auto;
}
header {
text-align: center;
margin-top: 20px;
}
.name {
font-weight: bold;
margin-top: 30px;
margin-left: 30px;
}
.input-area {
margin-left: 30px;
display: flex;
}
label {
margin-top: 10px;
}
.input2 {
margin-left: 40px;
}
.questions {
margin-left: 30px;
margin-top: 40px;
}
.question1 {
font-weight: bold ;
}
.sections {
width: 30px;
}
.button {
text-align: center;
}
.btn {
text-align: center;
margin-bottom: 70px;
width: 120px;
}
Hello @cem_coduroglu! You could share the link to the pen.
I checked it out and it's awesome!
Create an account on codepen.io
Then you can create a pen and do your work on it. You'll always have your code available on your dashboard
Oh thank you very much. I will open it