Jump to content

cristi

Member
  • Posts

    5
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by cristi

  1. Hello everybody, I recently finished my JS course, and I'm trying to make a function that plays a sound when the page is load, I've done everything prooperly, but nothing works. Here is the code used:
  2. cristi

    Some CSS info

    Hello everybody! I recently finished my CSS course, and I found on the net some CSS examples, but I don't really understand some of. I marked them with a *, if someone can explain them to me, thanks. mask-image: linear-gradient(90deg*, rgba(255, 255, 255, 0) 0%*, #ffffff 25%*, #ffffff 75%*, rgba(255, 255, 255, 0) 100%*); box-shadow: 0 0 25px rgba(0, 0, 0, 0.1), inset* 0 0 0px rgba(255, 255, 255, 0.6); }
  3. Thanks, after all it was the <style> included in the stylesheet, like you said. Solved.
  4. I mean that with HTML code it works on the index file, the problem is when I try to set a background image from a stylesheet (img 1), it doesn't. The path seems ok to me (img 2).
  5. Hello everybody! I use > background: url("images/background-forum.jpg"); < inside the body of the css stylesheet, but no background image is added, but when I do this in HTML > <body background="images/background-forum.jpg"> < it works, the structure.css is in the same folder as index.html and the one with all the images called " images ". I use sublime text 3, someone can help me out?
×
×
  • Create New...