Newer
Older
body {
margin: 0;
padding: 0;
}
nav {
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
nav a {
font-weight: 700;
font-size: 22px;
cursor: pointer;
nav button {
border: 1px solid black;
width: 30px;
height: 30px;
border-radius: 5px;
background: lightgreen;
cursor: pointer;
}
nav button:hover {
background: red;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: auto;
text-decoration: none;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
-webkit-text-decoration-line: underline;
text-decoration-line: underline;
transition: 0s;
cursor: pointer;
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
height: 200px;
}
.dropdown-content.active a:nth-child(1) {
top: 0px;
transition: 1.2s;
}
.dropdown-content.active a:nth-child(2) {
top: 0px;
transition: 1s;
}
.dropdown-content.active a:nth-child(3) {
top: 0px;
transition: 0.8s;
}
.menu-btn-1 {
height: 32px;
width: 40px;
cursor: pointer;
}
.menu-btn-1 span,
.menu-btn-1 span::before,
.menu-btn-1 span::after {
background: red;
border-radius: 3px;
content: "";
position: absolute;
width: 40px;
height: 6px;
margin-top: 13px;
transition: 0.3s ease-in-out;
}
.menu-btn-1 span::before {
margin-top: -12px;
}
.menu-btn-1 span::after {
margin-top: 12px;
}
.menu-btn-1.active span {
background: transparent;
}
.menu-btn-1.active span::before {
margin-top: 0;
transform: rotate(45deg);
}
.menu-btn-1.active span::after {
margin-top: 0;
transform: rotate(-45deg);
}
nav {
background-color: transparent;
}
nav a {
font-weight: 700;
font-size: 16px;
}
.menu-btn-1 {
display: block;
padding: 2px;
}
.nav-lg a {
display: none;
}
}
header {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
background-image: url("../img/ethereum-kikuhisa.jpeg");
height: 40vh;
}
.menu-btn-1 {
height: 32px;
width: 40px;
cursor: pointer;
}
.menu-btn-1 span,
.menu-btn-1 span::before,
.menu-btn-1 span::after {
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
border-radius: 3px;
content: "";
position: absolute;
width: 30px;
height: 3px;
margin-top: 16px;
transition: 0.3s ease-in-out;
}
.menu-btn-1 span::before {
margin-top: -12px;
}
.menu-btn-1 span::after {
margin-top: 12px;
}
.menu-btn-1.active span {
background: transparent;
}
.menu-btn-1.active span::before {
margin-top: 0;
transform: rotate(45deg);
}
.menu-btn-1.active span::after {
margin-top: 0;
transform: rotate(-45deg);
p,
h1 {
font-family: "Roboto", sans-serif;
text-align: center;
}
p {
text-align: left;
font-size: 20px;
}
margin: 0 auto;
max-width: 1000px;
width: auto;
display: flex;
align-items: center;
justify-content: center;
}
.firstArticle img {
width: 600px;
height: auto;
}
.secondArticle {
height: auto;
padding: 10px;
margin: 10px;
font-family: "Roboto", sans-serif;
text-align: center;
}
.secondArticle figure {
margin-top: 50px;
padding-top: 50px;
display: flex;
justify-content: space-around;
align-items: center;
}
.secondArticle figure .textContent {
width: auto;
margin: 5px;
padding: 5px;
font-family: "Roboto", sans-serif;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
.secondArticle figure .textContent .containerBtc,
.secondArticle figure .textContent .containerEth,
.secondArticle figure .textContent .containerUsdc,
.secondArticle figure .textContent .containerUsdt,
.secondArticle figure .textContent .containerBnb {
display: flex;
justify-content: space-between;
align-items: center;
.secondArticle figure .textContent .containerBtc h2,
.secondArticle figure .textContent .containerEth h2,
.secondArticle figure .textContent .containerUsdc h2,
.secondArticle figure .textContent .containerUsdt h2,
.secondArticle figure .textContent .containerBnb h2 {
.secondArticle figure .textContent .imgContainer a {
color: lightblue;
text-decoration: none;
}
.secondArticle figure .textContent .imgContainer a:hover {
text-decoration: underline;
}
}
.secondArticle figure .textContent h1 {
text-align: center;
}
.secondArticle figure .textContent p {
.thirdArticle {
height: auto;
margin: 0 auto;
max-width: 1000px;
width: auto;
display: flex;
align-items: center;
justify-content: center;
}
.thirdArticle h1 {
font-size: 40px;
font-family: "Roboto", sans-serif;
text-align: center;
}
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-size: 40px;
color: #ffffff;
font-family: "Roboto", sans-serif;
}
figure img {
width: auto;
height: 160px;
border-radius: 5px;
box-shadow: 1px 1px 2px rgba(255, 255, 255, 0.2);
text-align: center;
display: flex;
align-items: center;
justify-content: center;
}
.firstArticle h1 {
font-size: 30px;
}
.secondArticle h1 {
font-size: 30px;
text-align: center;
font-family: "Roboto", sans-serif;
}
.secondArticle p {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
}
.secondArticle figure {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.secondArticle figure .textContent {
width: auto;
font-family: "Roboto", sans-serif;
align-items: center;
justify-content: center;
display: flex;
flex-direction: column;
}
.secondArticle figure .textContent .containerBtc,
.secondArticle figure .textContent .containerEth,
.secondArticle figure .textContent .containerUsdc,
.secondArticle figure .textContent .containerUsdt,
.secondArticle figure .textContent .containerBnb {
margin-top: 0px;
margin-bottom: 30px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: auto;
height: auto;
}
.secondArticle figure .textContent .containerBtc h2,
.secondArticle figure .textContent .containerEth h2,
.secondArticle figure .textContent .containerUsdc h2,
.secondArticle figure .textContent .containerUsdt h2,
.secondArticle figure .textContent .containerBnb h2 {
text-align: center;
}
.secondArticle figure .textContent .containerBtc h3,
.secondArticle figure .textContent .containerEth h3,
.secondArticle figure .textContent .containerUsdc h3,
.secondArticle figure .textContent .containerUsdt h3,
.secondArticle figure .textContent .containerBnb h3 {
.secondArticle figure .textContent .text p {
}
.secondArticle figure .textContent h1 {
text-align: center;
}
.secondArticle figure .textContent p {
text-align: center;
width: 300px;
}
.secondArticle figure .textContent img {
height: 200px;
width: 350px;
margin-bottom: 0px;
}
.secondArticle figure .imgContainer {
position: relative;
margin-top: 80px;
}
.secondArticle figure .imgContainer p {
text-align: center;
width: auto;
p,
li {
font-size: 20px;
}
p,
h1,
h2 {
color: #f0f2f5;
}
display: grid;
margin: 0 auto;
justify-content: space-around;
grid-template-columns: repeat(4, auto);
grid-template-rows: repeat(3, auto);
background-image: url("../img/logos/endless-constellation.svg") !important;
}
footer h2 {
letter-spacing: 1.2px;
}
footer hr {
display: none;
}
footer .left {
width: 300px;
display: flex;
flex-direction: column;
align-items: center;
}
footer .logos {
width: 300px;
display: flex;
flex-direction: column;
align-items: center;
position: relative;
top: -111px;
}
footer .marketplace {
width: 300px;
display: flex;
flex-direction: column;
align-items: center;
}
list-style-type: none;
margin: 15px;
cursor: pointer;
}
footer .information {
width: 300px;
display: flex;
flex-direction: column;
align-items: center;
font-weight: 700;
list-style-type: none;
margin: 15px;
cursor: pointer;
footer .information li:hover {
transform: scale(1.1);
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
footer p {
font-weight: 700;
}
footer .cright {
color: gray;
position: relative;
left: 46px;
}
@media only screen and (max-width: 1200px) {
footer {
display: grid;
margin: 0 auto;
justify-content: space-around;
grid-template-columns: repeat(3, auto);
grid-template-rows: repeat(2, auto);
padding-bottom: 40px;
}
footer .cright {
width: 300px;
height: 20px;
top: 300px;
left: 39px;
text-align: center;
}
}
@media only screen and (max-width: 800px) {
footer {
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-around;
min-height: 30vh;
height: auto;
text-align: center;
background-image: url("../img/logos/endless-constellation.svg") !important;
}
footer li {
list-style-type: none;
margin: 15px;
cursor: pointer;
}
footer li:hover {
transform: scale(1.1);
}
footer hr {
display: block;
width: 95%;
}
footer .cright {
padding-bottom: 7px;
position: relative;
left: 0px;
top: 0px;
text-align: center;
}
footer .information {
margin-bottom: 10px;
}
footer svg {
margin-top: 15px;
width: 70px;
height: auto;
}
}
footer .logos {
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
}
footer .logos a {
cursor: pointer;
margin: 0;
padding: 0;
}
footer .logos a:hover {
transform: translateY(-1.5px);
margin-top: 15px;
width: 30px;
height: auto;
box-shadow: none;
margin: 0px 7px 0px 7px;
}
footer {
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-around;
min-height: 30vh;
height: auto;
text-align: center;
background-image: url("../img/logos/endless-constellation.svg") !important;
footer p,
footer li {
font-size: 16px;
}
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
footer li {
list-style-type: none;
margin: 15px;
cursor: pointer;
}
footer li:hover {
transform: scale(1.1);
}
footer hr {
width: 95%;
}
footer .cright {
padding-bottom: 7px;
position: relative;
left: 0px;
}
footer .information {
margin-bottom: 10px;
}
footer svg {
margin-top: 15px;
width: 70px;
height: auto;
}
}
footer .logos {
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
position: relative;
top: 0px;
}
footer .logos a {
cursor: pointer;
margin: 0;
padding: 0;
}
footer .logos a:hover {
transform: translateY(-1.5px);
}
footer .logos img {
margin-top: 15px;
width: 30px;
height: auto;
box-shadow: none;
margin: 0px 7px 0px 7px;
p {
font-size: 20px;
}
.firstArticle {
padding-bottom: 120px;
}
.form {
border: 1px solid black;
background: rgba(0, 0, 0, 0.3);
border-radius: 5px;
width: auto;
padding: 10px;
height: 600px;
display: flex;
flex-direction: row;
align-items: center;
}
.form .signIn {
background: rgba(0, 0, 0, 0.3);
min-width: 300px;
width: 50%;
height: 580px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.form .imgContainer {
border-left: 0px;
box-shadow: none;
min-width: 300px;
width: 50%;
height: 580px;
display: flex;
align-items: center;
justify-content: center;
}
.form .imgContainer img {
position: relative;
top: 0px;
padding: 0;
margin: 0;
width: 100%;
height: 100%;
box-shadow: none;
border-radius: 0px;
border-bottom: 2px solid rgba(222, 40, 4, 0.5830532897);
border-left: none;
border-top: none;
border-right: none;
background: transparent;
display: flex;
}
.form .uName::-moz-placeholder {
color: white;
opacity: 0.5;
}
.form .uName:-ms-input-placeholder {
color: white;
opacity: 0.5;
}
.form .uName::placeholder {
color: white;
opacity: 0.5;
}
.form .pWord::-moz-placeholder {
color: white;
opacity: 0.5;
}
.form .pWord:-ms-input-placeholder {
color: white;
opacity: 0.5;
}
.form .pWord::placeholder {
color: white;
opacity: 0.5;
}
padding: 5px;
border-radius: 25px;
border: none;
width: 175px;
font-weight: 700;
background: rgb(11, 10, 24);
background: rgba(222, 40, 4, 0.5830532897);
color: white;
text-shadow: 1px 1px 1px black;
cursor: pointer;
}
.form img {
height: 30px;
width: auto;
margin: 5px;
}
.form .btn,
.form .btn1,
.form .btn2 {
display: flex;
align-items: center;
justify-content: center;
}
.form .btn:hover,
.form .btn1:hover,
.form .btn2:hover {
transform: translateY(-1.5px);
}
.form .btn img,
.form .btn1 img,
.form .btn2 img {
margin: 0px;
padding: 3px;
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
width: 40px;
border-radius: 0px;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
box-shadow: none;
}
.form .btn button,
.form .btn1 button,
.form .btn2 button {
height: 36px;
width: 130px;
border-radius: 0px;
position: relative;
bottom: 3px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
text-align: left;
padding-left: 25px;
}
.form .btn img {
background-color: #223866;
}
.form .btn button {
background-color: #3a5998;
}
.form .btn1 img {
background-color: #c52b24;
}
.form .btn1 button {
background-color: #f54034;
}
.form .btn2 img {
background-color: #0996c8;
}
.form .btn2 button {
background-color: #06abed;
}
.form a {
cursor: pointer;
}
.form a:hover {
text-decoration: underline;
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
@media only screen and (max-width: 700px) {
.form {
border: 1px solid black;
background: rgba(0, 0, 0, 0.3);
border-radius: 5px;
min-width: 300px;
width: auto;
padding: 10px;
margin: 10px;
height: 700px;
display: flex;
flex-direction: column;
align-items: center;
}
.form .signIn {
background: none;
border-radius: 5px;
min-width: 300px;
width: auto;
display: flex;
flex-direction: column;
align-items: center;
}
.form .imgContainer {
min-width: 300px;
width: auto;
margin-top: 30px;
display: flex;
align-items: center;
justify-content: center;
}
.form .imgContainer img {
position: relative;
top: 0px;
width: 240px;
height: auto;
}
.form input {
margin: 5px;
border-bottom: 2px solid rgba(222, 40, 4, 0.5830532897);
border-left: none;
border-top: none;
border-right: none;
background: transparent;
display: flex;
}
.form .uName::-moz-placeholder {
color: white;
opacity: 0.5;
}
.form .uName:-ms-input-placeholder {
color: white;
opacity: 0.5;
}
.form .uName::placeholder {
color: white;
opacity: 0.5;
}
.form .pWord::-moz-placeholder {
color: white;
opacity: 0.5;
}
.form .pWord:-ms-input-placeholder {
color: white;
opacity: 0.5;
}
.form .pWord::placeholder {
color: white;
opacity: 0.5;
}
.form button {
margin-top: 5px;
padding: 5px;
border-radius: 25px;
border: none;
width: 175px;
font-weight: 700;
background: rgb(11, 10, 24);
background: rgba(222, 40, 4, 0.5830532897);
color: white;
text-shadow: 1px 1px 1px black;
cursor: pointer;
}
.form img {
height: 30px;
width: auto;
margin: 5px;
}
.form .btn,
.form .btn1,
.form .btn2 {
margin: 5px;
display: flex;
align-items: center;
justify-content: center;
}
.form .btn:hover,
.form .btn1:hover,
.form .btn2:hover {
transform: translateY(-1.5px);
}
.form .btn img,
.form .btn1 img,
.form .btn2 img {
margin: 0px;
padding: 3px;
width: 40px;
border-radius: 0px;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
box-shadow: none;
}
.form .btn button,
.form .btn1 button,
.form .btn2 button {
height: 36px;
width: 130px;
border-radius: 0px;
position: relative;
bottom: 2px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
text-align: left;
padding-left: 25px;
}
.form .btn img {
background-color: #223866;
}
.form .btn button {
background-color: #3a5998;
}
.form .btn1 img {
background-color: #c52b24;
}
.form .btn1 button {
background-color: #f54034;
}
.form .btn2 img {
background-color: #0996c8;
}
.form .btn2 button {
background-color: #06abed;
}
}
p {
font-size: 16px;
}
.form {
border: 1px solid black;
background: rgba(0, 0, 0, 0.3);
border-radius: 5px;
min-width: 300px;
width: auto;
padding: 10px;
margin: 10px;
height: 700px;
display: flex;
flex-direction: column;
align-items: center;
}
.form .signIn {
background: none;
border-radius: 5px;
min-width: 300px;
width: auto;