diff --git a/index.html b/index.html index 23206b2..686e97a 100644 --- a/index.html +++ b/index.html @@ -5,6 +5,7 @@ Document +
diff --git a/style.css b/style.css index e69de29..6fffda6 100644 --- a/style.css +++ b/style.css @@ -0,0 +1,17 @@ +body{ + background-color: antiquewhite; + /* border:2px solid black; */ + display: flex; + justify-content: center; + font-style: italic; + font-display: block; + font-size: larger; + padding-top:500px; + +} +.btn{ +font-display: block; +padding: 100px; +font-size: 10px; + +}