Posts by kasten • 43 points
5 posts
-
-2
votes1
answer50
viewsQ: How do I stop the POP-UP video when closing the page window?
Well, I don’t have much HTML experience, I’ve tried and I can’t get the video to stop playing when closing the POP-UP window. If anyone can help or give a hint thank you. <!DOCTYPE html>…
-
-1
votes1
answer337
viewsQ: Is it possible with CSS to make each letter of a word have a different color?
.two-colors{ font-size: 160px; background: linear-gradient(to right, blue 50%, green 0); -webkit-background-clip: text; -webkit-text-fill-color:…
-
-2
votes1
answer118
viewsQ: HTML and CSS layout. How do I make it responsive?
I wanted to see a way to make the code below as if it were two columns, that if it were opened on a cell phone at 1° column and 2° were under each other. <!DOCTYPE html> <html>…
-
0
votes3
answers608
viewsQ: Install FONT in HTML?
Good afternoon Personal, If you can help with the codes below, as you can see I’m new with html and CSS. I searched but could not make work the font I want from a source link I made myself. If it’s…
-
2
votes2
answers28028
viewsQ: How to make a horizontal line responsive?
I cannot simply make a line, because depending on the page, instead of a line, it generates continuation in another line.