Help with a static homepage?
-
Hi, I’m trying to make a static homepage for a website I’m building.
I’m not really a programming wiz (not at all, tbh) so I’m using a template I found online for now.
It’s made of html and css, but in all the articles I read, it tells you to customize the .php file.
Is it not possible to make a static homepage with html and css?Here’s the code…
Homepage <!–
body {
background-color: #e1ddd9;
font-size: 12px;
font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
color:#564b47;
margin: 20px 140px 20px 140px;
text-align: center;
}
#content {
width: 100%;
padding: 0px;
text-align: left;
background-color: #fff;
overflow: auto;
}
p, h1, pre {
margin: 0px;
padding: 10px;
}
h1 {
font-size: 11px;
text-transform:uppercase;
text-align: right;
color: #564b47;
background-color: #90897a;
}
a {
color: #ff66cc;
font-size: 11px;
background-color:transparent;
text-decoration: none;
}
–>
- The topic ‘Help with a static homepage?’ is closed to new replies.