Quick little site I made and added some interactiveness using javascript, I know it's not an exact copy from the design but I don't have the figma
Muhammed Towfik Jemal
@mtjethAll comments
- @molLbachSubmitted 12 months ago@mtjethPosted 12 months ago
Its nice one, and you should not strive to be pixel perfect just a one similar to images. and if you have better ideas just implement them. on the other hand you missed to put hover effect on the button.
1 - @TomasPereira-DevSubmitted 12 months ago
- The navbar brokes if you resize from mobile to desktop and then mobile again, I don't know how to fix it.
- Also the mobile menu doesn't have that dark translucid background, i tried adding
filter: blur() opacity()
to the<main>
but it's not the way to do it, how can I get it right the next time?
@mtjethPosted 12 months agoHi, I have an idea for your background. which is changing background color when the sidebar is opened. thus giving it translucent look.at least that's how i made mine
1 - @denieldenSubmitted 12 months ago
Hi there :)
This is my alternative solution with WeatherCast theme and Weather API with css grid layout and Vanilla javascript to change the content of the pages by fetching the data from the
json
local file.Happy coding ;)
@mtjethPosted 12 months agoGreat Design!, I think its even better idea than the space tourism.
1 - @saul-gustavoSubmitted 12 months ago
I need help.
When creating this project, i encountered several difficulties. I wanted to make it look exactly like the design image, and i did achieve it, but it doesn't resemble the image as much as i'd like. As seen in the CSS styles sheet.
I added many properties that shouldn't be there, but they worked for me to make it look like the image. Honestly, i need to continue practicing my CSS skills.
I haven't explored many properties, and it's a bit challenging for me, but i'm very happy with the result obtained in the end. I enjoyed working on this project; it's the first project i've uploaded to my Frontend Mentor profile.
@mtjethPosted 12 months agoHI, Just to say good luck and this was also my first project and its a good starting place and if you keep practicing i think frontendmentors.io is a good place to advance in your css skills.
1 - @RedMwpSubmitted about 1 year ago
Problem in emplementing deletion, any help will be appreciated
@mtjethPosted about 1 year agoBy taking input value as string then slice the last entered data with .slice(0,-1) then replace the value. for more see my implementation in my page.
function del(){ var a = document.getElementById('display').value.toString(); a = a.slice(0,-1); document.getElementById('display').value = value; }
display is the input element id.
Marked as helpful1 - @j3rgusSubmitted about 1 year ago@mtjethPosted about 1 year ago
you can use margin-left with negative value to move the computer more to the left. and make it appear as the challenge. see mine for more.
0 - @ArboricumSubmitted about 1 year ago
I could find just a solution to style the range input and this solution was found on Mozilla developers tool (it was about -webkit-slider) and it said it is not supported by all browsers, so I switched to radio buttons instead: is there any valid solution for all browsers, instead?
@mtjethPosted about 1 year agoyou can create a toggle with div. Thats how i come around that problem. making it look better than the radios. in addition if you make the back ground color as the calculator background it will remove the white parts making it flush. check mine for more ideas.
Marked as helpful0 - @K-ostSubmitted about 1 year ago
HTML Scss Animations Vanilla JS
@mtjethPosted about 1 year agonice, liked the pampking addition. and its better than what i made.
1 - @oluwafemi-loveSubmitted about 1 year ago
Hello community, I jumped on this challenge, how did I do? I would really appreciate your feedback. Thanks
@mtjethPosted about 1 year agoIts good the only improvment it needs is to follow style guideline colors and give it a space on top so it is lower.
Marked as helpful0