mirror of
https://github.com/davidallendj/opaal.git
synced 2025-12-20 11:37:01 -07:00
Added static styles.css page
This commit is contained in:
parent
7d24ee0e10
commit
706000a53d
1 changed files with 30 additions and 0 deletions
30
pages/static/stylesheets/styles.css
Normal file
30
pages/static/stylesheets/styles.css
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
body{
|
||||
font: 100% arial, sans-serif;
|
||||
text-align: center;
|
||||
background-color:seashell;
|
||||
}
|
||||
div#wrapper{
|
||||
border: 1px solid gray;
|
||||
margin: auto;
|
||||
margin-top: 32px;
|
||||
width: 80%;
|
||||
background-color:snow;
|
||||
padding:24px;
|
||||
box-shadow: 0px 0px 12px 4px;
|
||||
box-sizing: content-box;
|
||||
}
|
||||
button, .button {
|
||||
background-color: #000000;
|
||||
color: #FFFFFF;
|
||||
padding: 10px;
|
||||
border-radius: 10px;
|
||||
-moz-border-radius: 10px;
|
||||
-webkit-border-radius: 10px;
|
||||
margin:10px
|
||||
}
|
||||
input[type=text] {
|
||||
width: 100%;
|
||||
padding: 12px 20px;
|
||||
margin: 8px 0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue