diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..600d2d3 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.vscode \ No newline at end of file diff --git a/index.css b/index.css index 52aa2ed..c53e6eb 100644 --- a/index.css +++ b/index.css @@ -1,6 +1,9 @@ body{ background-image: url("285674.jpg"); - width: 100vw; + width: 80vw; height: 100vh; } -s \ No newline at end of file + +div.a { + text-align: center; +} \ No newline at end of file diff --git a/index.html b/index.html index ca66786..9337ddf 100644 --- a/index.html +++ b/index.html @@ -8,6 +8,9 @@
+