All Questions
118 questions
3
votes
0
answers
49
views
Colorproof dust effect
A combination of various css transitions (background-color, box-shadow, opacity, ...
3
votes
0
answers
97
views
My Electronics Project Blog
I have been wrapping up the markup for my personal electronics project website, https://www.salvagedcircuitry.com. I write about designing, repairing and producing electronics, along with some ...
2
votes
1
answer
137
views
Sign Up Page - A mini Frontend Project
I have designed a a small frontend project, a sign-up page. It uses HTML, CSS, JavaScript and jQuery. Being a beginner to frontend development, I want to adapt to all the best practices. I am looking ...
2
votes
1
answer
49
views
Are there any redundant divs in my first proper webpage? Or any way to group classes in my CSS file
This is my first full formatted webpage done while doing the odin project.
Is there any redundant divs? Can I reduce my css file by grouping some classes?
And how to give styles to a button under a ...
0
votes
1
answer
506
views
Christmas tree made up only with HTML and CSS
I've created a Christmas tree using only HTML and CSS. It's pretty sure that the code can be written in a more efficient way. Also, the lights are turning on and off at the same time, is there a way ...
4
votes
1
answer
717
views
Custom Connect Four game on CodePen using JavaScript
Can this code be shortened, optimized or remove any unnecessary parts. Just curious if this is the right way to achieve the given result in this CodePen example: CodePen Connect Four
Here is my code:
...
-2
votes
1
answer
100
views
7
votes
2
answers
173
views
Example of responsive webpage
I'm doing a Coursera assignment on an HTML-CSS course. The assignment is to do a simple responsive page, which can be found here.
I think I came up with a solution, but I ended up having around 100 ...
3
votes
1
answer
118
views
Master Doughnut Shop Website
I made my first website from scratch using HTML and CSS. It's a doughnut shop
I did this as a way to practice what I have learned so far from an HTML and CSS course that I am taking. I would ...
1
vote
1
answer
64
views
Semantic implementation of the structure of a web page with header, main, and footer
I'm new to web development, and currently learning the basics of HTML and CSS. Many web pages follow the structural pattern of header, main, and footer; so I figured it'd be a good idea to try and ...
0
votes
1
answer
78
views
Data selection and filtering
Here i have javascript code where is 'animals' object and 'people' array of objects. User selects the data from select box and accordingly table fills with selected data(which is array of objects) and ...
3
votes
1
answer
505
views
Simple html5/javascript web database application front end
This application is the front end to a very basic database application. The front end assumes that the back end database would have fields as per the html form.
some concerns on db2form.js I have ...
2
votes
2
answers
95
views
Loading the stylesheets and scripts on my website
I have made a simple website and I have tried to reduce load times as much as possible. All the content that is loaded is necessary.
Is there anything thing I can do to my code, such as structurally, ...
2
votes
0
answers
39
views
Code to Animate A modal at the Bottom of the page using .animate() api
I have created a Modal, at the bottom of my CV to show various different resources and content creators that I have used to learn how to code, I have nearly finished this project and will be sending ...
1
vote
1
answer
74
views
Beginner's level hovering effect on anchors
After a few trials I've written this code where the border of a link expands:
...