diff --git a/index.html b/index.html index b79042d..7482443 100644 --- a/index.html +++ b/index.html @@ -15,5 +15,13 @@

Jeffry Samuel

+ + +
+

Alpaca

+

An Ollama client

+
+ +
\ No newline at end of file diff --git a/style.css b/style.css index f1d868e..5acaa5c 100644 --- a/style.css +++ b/style.css @@ -3,12 +3,14 @@ body { background-color: black; color: white; display: flex; + flex-direction: column; + gap: 60px; align-items: center; justify-content: center; height: calc(100vh - 60px); padding: 30px; } -section#main { +body > section, body > a { padding: 30px; border: solid white; display: flex; @@ -35,4 +37,21 @@ section#main > div#link-container > a { } section#main > div#link-container > a:hover { transform: scale(1.1); +} +a#alpaca { + display: flex; + gap: 10px; + flex-direction: row; + color: white; + text-decoration: none; + transition: .2s transform; +} + +a#alpaca:hover { + transform: scale(1.1); +} + +a#alpaca > div > h1 { + font-size: 50px; + margin: 0; } \ No newline at end of file