diff --git a/index.html b/index.html index cb5c31b..9b8909c 100644 --- a/index.html +++ b/index.html @@ -4,11 +4,15 @@ - XML WRITING + Textoscope - XML writing +
diff --git a/style.css b/style.css index 044bd6d..efff78d 100644 --- a/style.css +++ b/style.css @@ -7,6 +7,20 @@ body { color: #2e4053; } +a { + text-decoration: none; + color: dodgerblue; +} + +nav { + right: 18px; + text-align: right; +} + +nav a + a { + margin-left: 16px; +} + #controller { margin-bottom: 48px; display: inline-block;