diff --git a/index.html b/index.html index bdb74fe..7a4d3ce 100644 --- a/index.html +++ b/index.html @@ -20,6 +20,28 @@ table { border-spacing: 1px 4px; } body { font-family: Arial, sans-serif; } +body{ background-image: linear-gradient(90deg, orange 60%, cyan); } /* Added a background colour */ + +.intro{ /*for making the top heading in center*/ + text-align: center; + justify-content: left; + align-items: center; +} + + +footer>p{ /*for making the last part interactive*/ + margin: 5px 0 0 35px; + font-size: 25px; + +} + + +footer>h3{ + margin: 10px 0 0 20px; + font-size: 40px; + color: red; +} + /*th { font-size: x-large; }*/ dt { font-size: xxx-large; font-weight: bold; } dd { margin-inline-start: 0px; } @@ -52,9 +74,12 @@ .key div::before { content: ""; display: inline-block; height: 1em; width: 1em; background-color: var(--color); } +