Jump to content

Herofeeder

Members
  • Posts

    30
  • Joined

  • Last visited

About Herofeeder

  • Birthday 06/24/1993

Previous Fields

  • Languages
    HTML CSS

Herofeeder's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>My Page</title> <link rel="stylesheet" href="main.css"> </head> <body> <header> <div class="container"> <h1 class="title">My Personal Page</h1> <nav class="links"> <a href="">TEXT LINK</a> <a href="">TEXT LINK</a> <a href="">TEXT LINK</a> <a href="">TEXT LINK</a> <a href="">TEXT LINK</a> </nav> </div> </header> <div class="clear"></div> <div class="container"> <div class="picture "> <img src="https://s-media-cache-ak0.pinimg.com/originals/e5/95/14/e59514c89d530660923148bad789ef67.jpg" alt=""> </div> </div> <div class="img2"></div> </body> </html> *{ margin:0; padding:0; } .container{ width:960px; margin:0 auto 0 auto; } .links{ float:right; padding: 20px; background-color: #737373; } a{ color:white; text-decoration: none; margin-right:10px; } .title{ display:inline-block; color: #9d9d9d; font-family: Georgia,"Times New Roman",Times,serif; } header{ background-color: dimgray; padding:20px 0 50px 0 ; margin-bottom:30px; } .clear{ clear: both; } .picture{ border:1px solid black; padding:5px; } i had this problem before where the picture wont stay in the border , but i forgot how i fixed it the first time .can someone help
  2. I was just wondering what the job was .turns out what they wanted was someone who knows google adwords and facebook ads and stuff.
  3. Hi . I was wondering if someone can explain what the job of a Web Administrator is and what he needs to know (html css js etc.) in order to do it.
  4. can anyone give me the name of a book they would recommend (or several) and if anyone has taken a course in JS online. i recently learned HTML and CSS and i was told i should continue learning but this time it should be JS
  5. it says that position relative and absolute go when you want to adjust some text or a picture without messing with other divs in the container the way i adjusted things before would be to create a div (for example) and then put another div-class(that would be the picture) and another div-class that would hold a paragraph ,and then i would use margins and padding to adjust them along with display and stuff like that. since i found out about position relative and absolute im just wondering if i could use that instead of all of the above that i just wrote .
  6. thank you very much..but w8 what do i do since img arent preffered...do i copy paste it all in the chat or?
  7. sadly no i tried it : P cant seem to find the solution to it .its so lame i cant continue without this
  8. I cant move the p i think i messed up soemthing in the HMTL or i dont know how to move it with CSS can anyone tell me what i did wrong thank you http://imgur.com/a/tvDGP
  9. do i use something else instead or(is there anything else to use)
  10. I was told to always write Float left or right when putting something in the container just so it doesnt get messy later http://imgur.com/a/kZtoh i have no idea why its like that .can someone tell me is that suposed to happen if i put flaot or did i do something else wrong
  11. hi guys im starting to re- learn html and css and i came across options that are called Float(left right ..) and Clear both . i remember when i first learned about html and css i used that non stop but a friend of mine told me i should stop using that bcs there are other ways of adjusting something on the page without float or clear option. he said to use Flex box (not sure what that is but il check it out soon ) My question is why is it bad to use Float and Clear .Is it going to ruin the page in some way? Or does Flex box do what float and clear can and much more ?
  12. you saved me a lot of time thank you
  13. hi everyone im trying to get back in to web design and re learn everything i knew 5 6 months ago . im curently stuck on this and have no idea how to fix it . can someone help me pls. i cant click on the Pages i linked and i have no idea how to fix it .ive been trying to fix it for about 40 min now and nothing comes to mind this is the Index.html http://imgur.com/a/5eQnt this is the page2 http://imgur.com/a/sHxO9 this is the page3 http://imgur.com/a/IWj0h this is main.css http://imgur.com/a/wJJaf this is the result http://imgur.com/a/dIU6t
  14. actually never mind , i managed to find a solution to this problem, my friend told my i needed php to make this ,so it kind of scared me , i found the solution in my old work
  15. i had to change jobs this was a last min mistake , last time i did web design i was 3 months ago but certain things happend in my family that forced me to get a 10 hour a day job. i plan to continue learning with private lessons but right now i have to focus on earning money or that isnt possible this is the only mistake i made in the " web " but sadly i forgot most of it and im struggling right now to even fix this problem while working as a waiter if anyone can just help with this id be very grateful
×
×
  • Create New...