Yeet Kabob
@CandySuperCool
0
TimerIt's a timer just like the google one but the google one is gone so it's kind of like a replacement.
5
1
0
CandySuperCool I want to make it end with a noise but I can't find one so if anybody can send something that'll be great.
All suggestions are welcome!6 months ago
0
Work SimulatorThis is a grinding game. You work a bunch. Inspired by @S1lveredPrism.
Still in Progress *
6
0
0
2
Template Jam Blog TemplateThis is my submission for the template jam. It's a blog.
30
12
2
0
Climate ChangeUsed somebody else's code for the front page
Climate Change
This is a basic climate change website that informs others about climate change.12
1
0
0
Pokemon Battle
This is a pokemon battle written with python. It has a lot of text, and I suppose the advanced coders could say it is a little basic. After all, a lot of code is repeated. I collaborated with @magic1 to create it. Enjoy!
(All helpful feedback/suggestions are welcome!)In the repl, the javascript in script.js is made to check the quiz. Why doesn't it work?
HTML, CSS, JS
ch1ck3n let qOne = document.getElementById("num1").value;
let qTwo = document.getElementById("num2").value;
let qThree = document.getElementById("num3").value;
let qFour = document.getElementById("num4").value;
let qFive = document.getElementById("num5").value;
let qSix = document.getElementById("num6").value;
let qSeven = document.getElementById("num7").value;
let qEight = document.getElementById("num8").value;
ya need to add .value for it to get the value of an input2 years ago
How do I check the multi select choice that the user had made after they hit submit? The function name is check.
ch1ck3n document.querySelector('#exampleFormControlSelect1').value is what i think you need2 years ago
This is my plants website! It's very awesome, and is made with Bootstrap. Also, remember to check out my friend's project right here: Frogs
HTML, CSS, JS
Does anybody have any good places to learn how to make a blog? The blog has to work. The navbar has to be clickable, the read more buttons need to wor
How come for the enemy sprite, there is some white background that is included in the sprite, whereas for the player, there is not white background?
OldWizard209 It is big because that is its default size. To fix it use css, inline or external up to you.
External:
.lily-img {
width: 200px;
height: 200px;
}
Internal:
`2 years ago
Coder100 the image is big by default.
You can set the width and height:
just make sure it matches the resolution.2 years ago
ruiwenge2 you need to set the height or width of the image by adding an attribute. like this:
2 years ago
Does anybody have any good Portfolio/Blog Site Templates not on repl?
IMayBeMe Blogs: https://colorlib.com/wp/cat/blog/
Portfolio: https://www.google.com/amp/s/colorlib.com/wp/portfolio-website-templates/amp/2 years ago
When do public and private schools normally teach web design?
StephenCMorales If your study plan has the subject of coding then you must learn the basics at school. Different schools offer these subjects at different levels. In case you are a web designer and you have no idea where you can find the viewers for your designs. Then here at https://masterbundles.com/websites-to-sell-your-designs-online/ the websites to sell your designs-online. These websites will help you in finding the solution to your problem.9 months ago
AKramer1983 Usually, schools teach only theoretical material, which is quite different from practice. In web design schools, you get information that you have to rethink and use. Moreover, your preferences may be different from the teachers' preferences. Therefore, to become a successful web designer, I recommend you to try to make real orders. It will help you get to know the whole field of https://freelance-web.design design better and get to know real clients. This is the only way you will succeed.10 months ago
Partradams I also have a private school. I was more engaged in coding because it attracted me back in junior high. Everything changed when we began to teach web design more, and it became much easier for me. There is also a lot of potential in web design for developing and demonstrating my creative skills. And since I have been going to art courses, this will help my sites be much more creative than my classmates. I'm also sure that they will take me to a cheap web design company https://mywebadvantage.com11 months ago
What is the difference between ` and in html? And what is the difference between and `?
RohilPatel Basically some versions are older than others.
I was taught that strong isn't something you should overuse, but yes, it functions like a bold statement2 years ago
IntellectualGuy The different is that ` and are semantically correct and are used to show text that you want to be showed strongly and emphasized. and on the other hand are just to make text bold or italics, I would recommend to use or `.2 years ago
According to this Bootstrap Card Documentation, on the card where there are 3 nav links that say active, link, and disabled, how do I change the code
What kinds of Default CSS(Such as Bootstrap) are there? And, how do you use them?
Coder100 that's not default css
those are css libraries
and they are like js frameworks, there's an infinite amount of them
here are the most common ones:
https://material-ui.com/
https://watercss.kognise.dev/
https://www.w3schools.com/w3css/
https://tailwindcss.com/
imo you shouldn't have to use any of these css libraries, its pretty simple to create all of these features yourself, and it will also have faster load.2 years ago
How do I position the 5 buttons on home.html correctly?