diff --git a/DevGrants/Chinaza Grant/algo.png b/DevGrants/Chinaza Grant/algo.png new file mode 100644 index 000000000..cef3133ab Binary files /dev/null and b/DevGrants/Chinaza Grant/algo.png differ diff --git a/DevGrants/Chinaza Grant/back.jpg b/DevGrants/Chinaza Grant/back.jpg new file mode 100644 index 000000000..8df82ff0b Binary files /dev/null and b/DevGrants/Chinaza Grant/back.jpg differ diff --git a/DevGrants/Chinaza Grant/choice.png b/DevGrants/Chinaza Grant/choice.png new file mode 100644 index 000000000..9f575c07d Binary files /dev/null and b/DevGrants/Chinaza Grant/choice.png differ diff --git a/DevGrants/Chinaza Grant/index.html b/DevGrants/Chinaza Grant/index.html new file mode 100644 index 000000000..bd953979e --- /dev/null +++ b/DevGrants/Chinaza Grant/index.html @@ -0,0 +1,116 @@ + + + + + + Choice Coin + + + +
+ +

HOICE COIN

+

X

+ +

LGORAND CHAIN

+
+
+ + +

Choice Coin Voting Mail

+ +
+ + +
+ +
+ + + \ No newline at end of file diff --git a/DevGrants/Chinaza Grant/style.css b/DevGrants/Chinaza Grant/style.css new file mode 100644 index 000000000..f8046f3bf --- /dev/null +++ b/DevGrants/Chinaza Grant/style.css @@ -0,0 +1,70 @@ +body{ + background-color: black; + display: flex; + flex-wrap: wrap; +} + +*{ + padding: 0; + margin: 0; +} +/* Connect Form */ + +.mainDiv{ + border: 5px solid white; + margin: auto; + display: flex; + flex-direction: column; + height: 440px; + width: 400px; + align-items: center; + margin-top: 70px; + background-color: rgba(255, 255, 255, 0.5); + box-shadow: -5px -5px rgba(0, 0, 0, 0.5); + border-radius: 25px; +} +.box{ + width: 350px; + padding: 10px; + height: 50px; + color: white; + margin-top: 6px; + background: transparent; + border-bottom: 1px solid; + border-top: none; + border-right: none; + border-left: none; +} +.box::placeholder { + font-size: 1em; + color: rgb(255, 255, 255); + padding: 5px; + } + .pas{ + width: 350px; + padding: 10px; + height: 70px; + margin-top: 6px; + border-radius: 5px; + border-bottom: 1px solid; + border-top: none; + border-right: none; + border-left: none; + } +button{ + background: black + ; + border-radius: 5px; + color: white; +} +@media only screen and (max-width: 700px) { + body{background-color: black; + } + .mainDiv{ + margin: auto; + display: flex; + flex-direction: column; + margin-top: 60px; + } + +} \ No newline at end of file