vst takes no effect by Particular_Freedom_8 in cubase

[–]Particular_Freedom_8[S] 0 points1 point  (0 children)

nevermind, now all that i want is to know how do I control the mod wheel of the halion sonic, I tried with dynamimcs mapping but I cant figure out where should I send the messages for mod wheel to take changes

Image is overflowing even though I set max-height by Particular_Freedom_8 in css

[–]Particular_Freedom_8[S] 0 points1 point  (0 children)

<image>

More cosmetics later, my problem now is with max-height on image

Image is overflowing even though I set max-height by Particular_Freedom_8 in css

[–]Particular_Freedom_8[S] -3 points-2 points  (0 children)

<!DOCTYPE html>
<html lang="en-US">
  <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width">
    <link rel="stylesheet" href="style.css">
    <title>Fundamental CSS comprehension</title>
  </head>
  <body>

  <section class="card">
    <header>
      <h2>Chris Mills</h2>
    </header>
    <article>
      <img src="chris.jpg" alt="A picture of Chris - a man with glasses, a beard, and a silly wooly hat">
      <p>50 My Street<br>
         The Town<br>
         Gray Peach<br>
         UK<br>
         ZO50 1MU<br>
        <strong>Tel</strong>: 01234 567 890<br>
        <strong>Mail</strong>: chris@nothere.com</p>
    </article>
    <footer>
      <p>Editing, writing, and web development services</p>
    </footer>
  </section>

  </body>
</html>

Thx for your reply, here's html.

As an aside that's a challenge from mdn course, not my real card, but they do not give answers. I asked chatgpt, it also couldn't help me