css in assets
This commit is contained in:
39
example/assets/css/main.css
Normal file
39
example/assets/css/main.css
Normal file
@@ -0,0 +1,39 @@
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
color: #333;
|
||||
background-color: lightgrey;
|
||||
}
|
||||
|
||||
a {
|
||||
color: black;
|
||||
}
|
||||
|
||||
#content {
|
||||
padding: 20px;
|
||||
background-color: #fff;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
#dataImg {
|
||||
float: right;
|
||||
margin-left: 20px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
#logoDiv {
|
||||
background-color: #444;
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
#logoDiv img {
|
||||
max-width: 60%;
|
||||
}
|
||||
|
||||
#mainNavDiv {
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
footer {
|
||||
padding: 20px;
|
||||
}
|
||||
Reference in New Issue
Block a user