Guinea Pog
@lolguineapig
HTML, CSS, JS
Python
C++
AND MORE
0
STEM Career ClusterThis webpage was made by @lolguineapig, @daSeaTurtle with @ksun2357 and @ricenoodle1.
9
1
0
lolguineapig This webpage cannot be displayed in less than 770px, so for the best experience, please open this website in your computer's browser. Thank you!9 months ago
I just found out that the new button feature came out, so I used it. It worked but I have one slight problem. I want the buttons to be inline.
Right n
yousefdarwish06 hey i got question, im trying to add buttons to my discord bot but i cant seem to find the right module1 year ago
I am trying to make a SIMON game, but my JS is not working. I tried using a JS file, but that did not work. So then I tried using the tag in my HTML.
I have been trying to figure out a way to make a real reactive toggle settings. What I want to do is create a toggle switch that toggles music. Can an
Coder100 assuming you have the css down, and all you need is the js, here is an example.
Given this HTML:
Toggle me
we have:
document.querySelector(".toggle").addEventListener("click", () => {
// whatever code you need to turn on and off the music ( maybe .play() and .stop()? )
});
`2 years ago
Can anyone help me? I want to make a form that sends me an email without PHP (I'm not sure if repl supports it?). I've tried the internet, but everyth
RowanFromBJC Sample form:
Send
function send() {
window.open(mailto:${document.getElementById('email').value}, '_blank');
}
For more details on this go to @RhinoRunner 's answer
Use @SixBeeps 's answer if you're using Node.JS2 years ago
This is my first C++ Repl! I started learning C++ just last Wednesday (August 26, 2020). I did some research on C++ on the internet and I made this ga
C++
@alienlovera9 (my twin) and @lolguineapig (myself) worked on our first python repl! We know that its not really that good because we just started lear
Python
I want to know how to change what the website looks like on a phone. This is because there is a malfunction with my website on a phone, so I want to c
SystematicError Part of it is semantics, read about it here:
https://www.w3schools.com/html/html5semanticelements.asp
For very basic scaling of the website use this tag in within your ``:
``
Read about it here:
https://www.w3schools.com/html/html_responsive.asp
Thanks, SystematicError =D3 years ago
SixBeeps You'd use media querries and other JS magic (I'm sure there are properties for the device)3 years ago