diff --git a/css/main.css b/css/main.css index b19ea89..f76c2dd 100644 --- a/css/main.css +++ b/css/main.css @@ -12,3 +12,12 @@ width: 100%; height: 100%; } + +.error { + border: 1px solid red; + border-radius: 3px; + background-color: rgba(255, 0, 0, 0.5); + padding: 5px; + font-size: 2em; + font-family: "Helvetica", Arial, sans-serif; +} diff --git a/index.html b/index.html index 1b34a72..1ddfaf4 100644 --- a/index.html +++ b/index.html @@ -7,6 +7,12 @@ +
diff --git a/type.html b/type.html index 439451a..8032b3a 100644 --- a/type.html +++ b/type.html @@ -8,6 +8,13 @@ + +