Latest solutions
Latest comments
- @grady2002@mesutcifci
Hi Grady Congrats!
Everything looks good.
-
you can add
cursor : pointer
property to social media icons. -
may be you can reduce font-size in mobile view.
-
you should give meaningful class names to html elements. c1 and c2 are not good.
-
if you use it the right way html5 semantic tags are good. I think you used the footer element in the wrong place.
-
instead of placing it under the body, if you want you can place script tag to head section with ```defer```` attribute. If you dont know what is defer just google it.
-
nesting css selectors like this
.container .c2 .shift
is not best practice. You should avoid this beacuse such use makes it difficult to read code and causes performance problems.
-
- @YusufWebDev@mesutcifci
Hi Yusuf.
Background images don't loading because the path is wrong. Change path with this
url("../images/bg-desktop.svg")
and background will show.Also you should remove
overflow:hidden
property from container element. - @MehmetCanBOZ@mesutcifci
Hi Mehmet, Congrats!
Here is some advises to you:
-Check color, font-weight, font-size of texts. There are different from the original.
-When i shrink the page , i saw only Supervisor and Calculator cards shrink, maybe you can find better solutions. For idea check my solution click
- @Ajdevise@mesutcifci
Hey Adjevise Congrats.
We have three elements tagged as Fullstack, but when I click on the Fullstack tag I see only two jobs are listed.
- @mea-cuIpa@mesutcifci
Hi mea-cuIpa congrats,
We have three elements tagged as fullstack, but when I click on the Fullstack tag I see only two jobs are listed.
- @sunnyandkate@mesutcifci
Hey Kate,
I realized something, click respectively Front-end, HTML and Senior then remove HTML. Normally there is only one job with the senior tag but you will see two job listed.