diff --git a/css/style.css b/css/style.css new file mode 100644 index 0000000..cda3d23 --- /dev/null +++ b/css/style.css @@ -0,0 +1,15 @@ +body{ + font-family: 'Roboto', sans-serif; + background: #9966ff; + color: #66ffff; + text-align: center; +} +img{ + margin: 0 auto; +} + +button{ + background: #66ffff; + height: 23px; + width: 10%; +} diff --git a/index.html b/index.html new file mode 100644 index 0000000..f0953e3 --- /dev/null +++ b/index.html @@ -0,0 +1,19 @@ + + +
+ +