diff --git a/css/style.css b/css/style.css index c230daf..23971d8 100644 --- a/css/style.css +++ b/css/style.css @@ -10,6 +10,26 @@ padding: 0; } +#buttonDiv{ + padding: 2em; + height: 500px; + border-radius: 10px; + +} +.button { + background-color: #4CAF50; + border: none; + color: white; + padding: 15px 32px; + text-align: center; + text-decoration: none; + display: inline-block; + font-size: 16px; + margin: 4px 2px; + cursor: pointer; +} + + body { font: 14px/1.4 arial, sans-serif; background-color: #F5F5F5;);} article, aside, figure, footer, header, nav, section { display: block; } @@ -47,7 +67,7 @@ a:hover, a:active { .main-header { width: 100%; height: 150px; - + background-color: #144e64;} .main-header .title { @@ -113,6 +133,3 @@ article p { margin-bottom: 20px;} section {margin: 5%;} h1 {font-weight: bold;} #result {border: 1px #aaa solid; padding:10px; height:30px; background:#eee;} - - - diff --git a/index.html b/index.html index ff498cf..9cbd24f 100644 --- a/index.html +++ b/index.html @@ -19,11 +19,13 @@
Use document.getElementById('result').innerHTML = your_output;
to write program output to page.