Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Recent content by Maja0802

  1. M

    JavaScript Typewriter effect

    Hi there! I have been out of coding for I while, but now I am working with this typewriter pre-made code. This typewriter deletes each sentence completely, but I would like it to only partially delete, so "Husk at" (Meaning remember to) will never be deleted, as it is the base of the sentence...
  2. M

    JavaScript code being 'split' when uploading un website.

    These are the screenshoots
  3. M

    JavaScript code being 'split' when uploading un website.

    Hi there! Hope you can help me out. I have uploaded some code to my Wordpress website via Elementor HTML field, but part of my code will remain on the bootom of the site, eventhough I insert other HTML fields below (see picture, where I tried to insert testimonial below)...Also when I set...
  4. M

    HTML & CSS Css styling: how to have picture and text next to each other

    Yeah that worked. Thanks! Uff I just have a really hard time understanding flexbox..haha:x3::x3:
  5. M

    HTML & CSS Css styling: how to have picture and text next to each other

    Yeah, I think I should do that as well tomorrow :-) Thanks for your help!
  6. M

    HTML & CSS Css styling: how to have picture and text next to each other

    And also the header is one the same line as the paragraph text... <head> <style> h1 { color: rgb(239, 61, 74); line-height: 55px; font-size: 40px; line-height: 1.2; margin-top: 200px; } h1 span { background-color: rgb(38, 102, 145); font-family: "JetBrains Mono", Sans-serif...
  7. M

    HTML & CSS Css styling: how to have picture and text next to each other

    Ahh the head tag! It is just further up on the page. I did apply the display: flex; and it worked. Great! But when I make the img { width: 50%;, how do I adjust the size of the picture. I want it to be bigger...and is it necessary for the imp to be wrapped in id at all? <!DOCTYPE html> <html>...
  8. M

    HTML & CSS Css styling: how to have picture and text next to each other

    The elementer head? Dont think I have an element like that?
  9. M

    HTML & CSS Css styling: how to have picture and text next to each other

    Thanks! Like this? I struggle to get the text up next to the picture even though it is 50% width. <style> h1 { color: rgb(239, 61, 74); line-height: 55px; margin-left: 200px; font-size: 40px; line-height: 1.2; margin-top: 0px; margin-left:200px; display: inline-block; } h1...
  10. M

    HTML & CSS Css styling: how to have picture and text next to each other

    Hey there! Hope you can help me (I am sure you can as usual! :-)) I want to make a design identical to first screenshoot (the picture with the dog in) (Not the same font-family, though). I made the design with the mountain. I don't know how to move the header and the paragraph up next to the...
  11. M

    HTML & CSS blinking cursor css styling

    Yes. Sorry. I will remember to mark it as solved in the future
  12. M

    CSS hover effect not working with <span></span>

    It worked giving the span a class and just writting .class:hover {} :blush:
Back
Top Bottom