diff --git a/kimmubin/kimmubin.css b/kimmubin/kimmubin.css new file mode 100644 index 0000000..7752b37 --- /dev/null +++ b/kimmubin/kimmubin.css @@ -0,0 +1,29 @@ +body { + display: flex; + justify-content: center; + gap: 20px; +} +div { + margin: 10px; +} +form { + border: 1px solid black; + display: flex; + align-items: center; + justify-content: center; + width: 300px; + height: 200px; +} +h1 { + display: flex; + align-items: center; + justify-content: center; + width: 100%; + height: 60px; + background-image: linear-gradient( + to right, + rgb(209, 209, 209), + rgb(213, 213, 213), + rgb(194, 194, 194) + ); +} diff --git a/kimmubin/kimmubin.html b/kimmubin/kimmubin.html new file mode 100644 index 0000000..ceeafe2 --- /dev/null +++ b/kimmubin/kimmubin.html @@ -0,0 +1,138 @@ + + +
+ + +