From 896a5685adc9980a76873086034491d344cd17d1 Mon Sep 17 00:00:00 2001 From: Dominic Matarese Date: Sat, 16 Oct 2021 17:42:27 +0000 Subject: changed container width and worked on Crypto page --- crypto.html | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ style.css | 2 +- 2 files changed, 53 insertions(+), 1 deletion(-) create mode 100644 crypto.html diff --git a/crypto.html b/crypto.html new file mode 100644 index 0000000..01b24d2 --- /dev/null +++ b/crypto.html @@ -0,0 +1,52 @@ + + + + + + The Dom Dot Com + + +
+
+
+ +
+
Donate Cryptocurrency
+
+
+
+ + + +
+

Bitcoin Address Goes HereGbASb

+
+ + +
+

493zSjx8NhU83bM8RzDEC7FLtjSWfGn9gj5kCds68dhmHX1zL11Bf3KR3eh57SmduCL1TonWhxD2gUbtqkAnYQqsTQGbASb

+
+
+ + +
+
+ + diff --git a/style.css b/style.css index 3e4587c..86b0e7f 100644 --- a/style.css +++ b/style.css @@ -80,7 +80,7 @@ a.dead { border-radius: 25px; opacity: 0.7; position: relative; - width: 50%; /*should this be 80vmin ? */ + width: 75%; /*should this be 80vmin ? */ box-sizing: border-box; } -- cgit v1.2.1