Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
K

kylo999

@kylo999
About
Posts
1
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Newbie needs help with css and php
    K kylo999

    Hi everyone! I'm just starting with web development and I am currently trying to recreate the Billboard website (in a way). I already have the basics and got the data from a mysql database and had them ordered the way I want to by reading a lot of internet articles and tutorials. Problem is, I don't know how to format it properly, the way I want it to. I have resized the photo elements and that's it. Here's my index page:

    	 $produce):
    	?>
    

    and my css:

    *{
    font-family: "Poppins", sans-serif;
    }

    body {
    margin: 0;
    padding: 0;
    }
    .header {
    padding: 25px 0;
    background-color: #000;
    }

    .bblogo img{
    display: block;
    width:200px;
    margin-left: auto;
    margin-right: auto;
    }

    .nav {
    padding: 15px 0;
    background-color: #333333;
    position: -webkit-sticky;
    }

    .nav .item{
    text-decoration: none;
    color: white;
    padding-right: 30px;
    }

    .nav .item:hover{
    text-decoration: underline;
    }

    .nav .active{
    color: #6b6b6b;
    text-decoration: none;
    padding-right: 30px;
    }

    .header, .nav {

    Web Development database help php css mysql
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups