diff --git a/src/sass/main.scss b/src/sass/main.scss index f08f916..64c7c25 100644 --- a/src/sass/main.scss +++ b/src/sass/main.scss @@ -3,26 +3,83 @@ html, body { padding: 0; } -header { +header,footer { background: #f5a623; } + footer { + width: 100%; + height: 200px; + text-align: center; + margin-top: 100px; + } .title { display: inline; } + .title-img { width: 200px; padding-left: 10px; padding-top: 10px; padding-bottom: 10px; } + .title-menu { float: right; } + ul, li, a { - display: inline; color: #fff; + display: inline; font-weight: bold; list-style: none; text-decoration: none; padding: 10px; } + +.page-title { + color: #4a4a4a; + font-size: 20px; + margin-left: 50px; +} + +.form-box { + border: 3px solid #f5a623; + border-radius: 10px; + margin-left: 50px; + margin-right: 50px; + text-align: center; +} + +.form-contents { + margin-top: 40px; + margin-bottom: 40px; +} + +.form-text { + color: #4a4a4a; + display: inline; + margin-right: 20px; +} + +.form-textarea { + width: 180px; + height: 20px; + border: #f5a623 solid 2px; + border-radius: 5px; + font-size: 15px; +} + +.submit-button { + width: 40%; + height: 40px; + font-size: 18px; + color: #f5a623; + border: solid #f5a623 2px; + background: #fff; + margin-bottom: 50px; + &:hover { + background-color: #f5a623; + color: #fff; + cursor: pointer; + } +} diff --git a/src/scripts/main.js b/src/scripts/main.js index 4bd7732..f55a8d6 100644 --- a/src/scripts/main.js +++ b/src/scripts/main.js @@ -8,7 +8,7 @@ const Header = React.createClass({ return (
- +