Announcement

Collapse
No announcement yet.

Web Developers! Where you at?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #16
    This was homework son.
    - Kielan (Key-lin)

    Comment


    • #17
      Nvm.
      Last edited by Kielan; 04-26-2011, 01:08 PM.
      - Kielan (Key-lin)

      Comment


      • #18
        So... Who is good with HTML/CSS? I need some help.
        - Kielan (Key-lin)

        Comment


        • #19
          Originally posted by Kielan View Post
          So... Who is good with HTML/CSS? I need some help.
          I wouldn't say I'm good, but I know a little. In the process of designing my site atm.

          Post it up.
          flickrrrrrrrrrrrrrrrrrrrr

          Comment


          • #20
            This is what I have so far.

            Its just so bland... I just need a little something to make it a little more tasteful. Idk any input is much appreciated..

            - Kielan (Key-lin)

            Comment


            • #21
              Links on that page won't work, as they aren't linked to anything yet. FYI.
              - Kielan (Key-lin)

              Comment


              • #22
                Try playing around with these. I just changed around h2 a bit. Try using some paragraphs and line breaks. Use the line-height property for leading.


                h2 {color: #3DF562;
                font-size: 24px;
                font-family: Helvetica, Verdana, Arial, sans-serif;
                font-weight: normal;
                }

                h2 a:link {color: #000;
                text-decoration: none;
                background: none;
                }

                h2 a:visited {color: #000;
                text-decoration: none;
                background: none;
                }

                h2 a:hover {font-color: #fff;
                text-decoration: none;
                background: #000;
                }

                h2 a:active {color: #fff;
                text-decoration: none;
                background: none;
                }

                edit* And here's your css cleaned up a bit, just quote it to see the text lol:



                NOMO Motors






                Home Inventory Log In Contact Us




                About Us


                Re-Edit

                WELCOME to NOMO Auto Group. Nomo was created in 2000 and currently consists of four branches including locations in Plainview, Long Island; Morristown, NJ; Cherry Hill, NJ; and Philadelphia, PA. NOMO cars have been featured at a number of national car shows. Our cars are high quality and we believe we have a car for every type of customer.
                NOMO hosts a variety of used cars. Explore our stock using the Inventory link.






                flickrrrrrrrrrrrrrrrrrrrr

                Comment


                • #23
                  Damn looks a lot better than my shit did already. Thanks man. Saving me from an imminent rage break down.
                  - Kielan (Key-lin)

                  Comment


                  • #24
                    Haha no worries dude. Just play around with a few more properties and go on w3 and look at their tutorial stuff. When I get home I'll post a site that I used that has an AWESOME css writeup with a lot to get you started.

                    Just remember spacing and layout. Look at other sites and their source code + css files.
                    flickrrrrrrrrrrrrrrrrrrrr

                    Comment


                    • #25
                      My last question, how can I get rid of that black box when you scroll over the links? And how can I center that black line over the footer?
                      - Kielan (Key-lin)

                      Comment


                      • #26
                        Originally posted by Kielan View Post
                        My last question, how can I get rid of that black box when you scroll over the links? And how can I center that black line over the footer?

                        Lol the black box is the hover background. I just put that in there to show you that it was an option. For the horizontal rule (hr), don't use it. Use div's set a border-top (or bottom).

                        I didn't realise you could use html and shit in the posts. That's kinda fun.
                        flickrrrrrrrrrrrrrrrrrrrr

                        Comment

                        Working...
                        X