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 yovel45e

  1. Y

    HTML & CSS footer

    No, but it is look very good, can I get the code to learn from it? I tried to make footer, like the header above the picture just at the bottom of the page
  2. Y

    HTML & CSS footer

    <!DOCTYPE html> <html lang="en"> <head> <body style="background-color: rgb(45, 45, 45)"> <!-- Fonts --> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>...
  3. Y

    Fun activity Say hello... in a coding language!

    <h1>Hello people!></h1>
  4. Y

    HTML & CSS footer

    <footer style="text-align: cennter; padding: 10px; background-color: rgb(122, 122, 122); color: white; font-family: 'Shalimar', cursive; font-size: 1.5em;border-radius: 10px;right: 0;bottom: 0;"> -example site- </footer> Hey I started writing this code and for...
Back
Top Bottom