From e406a196a32fe595931710825b16ad4b1248f4ea Mon Sep 17 00:00:00 2001 From: 00bex Date: Thu, 17 Oct 2024 16:17:17 +0100 Subject: [PATCH] Add files via upload --- nft.css | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 nft.css diff --git a/nft.css b/nft.css new file mode 100644 index 0000000..ecd5844 --- /dev/null +++ b/nft.css @@ -0,0 +1,57 @@ +body{ + background-color: #0d1928; +} +.main_body{ + + display: flex; + justify-content: center; + align-items: center; + +} +.container{ + + width: 37vh; + height: 60vh; + background-color: #151e3d; + border-radius: 10px; + padding: 15px; + margin-top: 80px; +} +.icon1{ + width: 270px; + height: 200px; + border-radius: 10px; + + + +} +.equilibrum_txt{ + color: white; + +} +.paragraph_txt{ + color: grey; + + font-size: 15px; +} +.eth_value{ + color: aqua; + +} +.time_txt{ + color: grey; +} +.icon2{ + width: 40px; + height: 40px; + + +} +.about1{ + color: white; + + +} +.about2{ + color: grey; +}