Add: Basic web site
This commit is contained in:
@@ -0,0 +1,44 @@
|
||||
@charset "utf-8";
|
||||
|
||||
<style type="text/css">
|
||||
|
||||
html { }
|
||||
body { }
|
||||
|
||||
div#wrapper {
|
||||
width: 1024px;
|
||||
margin: 0 auto;
|
||||
border: 0px;
|
||||
padding: 0px;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
header {
|
||||
height: 100px;
|
||||
padding: 1em;
|
||||
color: black;
|
||||
background-color: #007196;
|
||||
clear: left;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
article {
|
||||
padding: 1em;
|
||||
}
|
||||
|
||||
footer {
|
||||
height: 70px;
|
||||
padding: 1em;
|
||||
color: black;
|
||||
background-color: #007196;
|
||||
clear: left;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
||||
|
||||
#id {
|
||||
color: black;
|
||||
}
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user