diff --git a/css/index.css b/css/index.css index 744d1e2..cf4144b 100644 --- a/css/index.css +++ b/css/index.css @@ -179,10 +179,11 @@ pre { color: #322918; text-align: center; background-color: #fed700; - width: 150px; + width: 130px; + height: 40px; border: 2px solid #322918; - padding: 10px; - margin: 10px; + padding: 5px; + margin: 5px; } .select { @@ -191,10 +192,11 @@ pre { color: #322918; text-align: center; background-color: #fab700; - width: 150px; + width: 130px; + height: 40px; border: 2px solid #322918; - padding: 10px; - margin: 10px; + padding: 5px; + margin: 5px; } .option { @@ -203,10 +205,11 @@ pre { color: #322918; text-align: center; background-color: #e99e23; - width: 150px; + width: 130px; + height: 40px; border: 2px solid #322918; - padding: 10px; - margin: 10px; + padding: 5px; + margin: 5px; } @@ -216,10 +219,11 @@ pre { color: #322918; text-align: center; background-color: #ae7900; - width: 150px; + width: 130px; + height: 40px; border: 2px solid #322918; - padding: 10px; - margin: 10px; + padding: 5px; + margin: 5px; } .button-row button { @@ -251,10 +255,10 @@ pre { } .shadowbox { - width: 55%; + width: 250px; background-color: #004d80; border: 3px solid #babebd; - box-shadow: 5px 6px #9a9c9b; + box-shadow: 5px 6px #9f9c9b; padding: 5px; } diff --git a/index.html b/index.html index 65f8946..6815877 100644 --- a/index.html +++ b/index.html @@ -24,20 +24,21 @@

A site devoted to learning to code on the Atari 8-Bit line of computers

-
- - - - +
+ + + +
+

H1 Test Text