diff --git a/assets/css/style.css b/assets/css/style.css new file mode 100644 index 0000000..92c0c85 --- /dev/null +++ b/assets/css/style.css @@ -0,0 +1,5 @@ +html, +body { + display: grid; + grid-template-columns: repeat(4, 1fr); +} \ No newline at end of file diff --git a/index.html b/index.html index 22395b1..b35dff0 100644 --- a/index.html +++ b/index.html @@ -1,14 +1,17 @@ - - - - ksp - - -

KSP is not the best

- - - - - + + + + + ksp + + + +

KSP is not the best

+ + + + + + \ No newline at end of file