Skip to content

Commit 8b18ed1

Browse files
committed
Revert "UI changes"
This reverts commit 532fff1.
1 parent 1cba8c0 commit 8b18ed1

2 files changed

Lines changed: 25 additions & 55 deletions

File tree

-216 KB
Binary file not shown.
Lines changed: 25 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
1-
@font-face {
2-
font-family: Open-Sans;
3-
src: url('OpenSans-Semibold.ttf');
4-
}
5-
61
body {
72
text-align: center;
8-
background: #1B1A58;
3+
background-color: rgba(82, 190, 163, 0.507);
94
display: flex;
105
flex-direction: column;
116
justify-content: center;
@@ -14,66 +9,58 @@ body {
149
}
1510

1611
h1 {
17-
margin-top: 100px;
18-
font-size: 350%;
19-
font-family: Open-Sans;
20-
color: #fff;
21-
text-transform: uppercase;
12+
margin-top: 5%;
13+
font-size: 400%;
2214
}
2315

2416
.info {
2517
/* margin-top: 7%; */
2618
/* margin-left: 32%; */
2719
/* margin-right: 32%; */
2820
width: 40%;
29-
height: 100%;
30-
margin-top: 40px;
21+
max-height: 100%;
3122
display: flex;
3223
justify-content: center;
3324
align-items: center;
3425
text-align: center;
3526
border: 1px black;
3627
flex-direction: column;
37-
background-color: #282770;
28+
background-color: rgb(215, 128, 142);
3829
border-radius: 15px;
39-
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
4030
/* box-shadow: #888888 7% 8%; */
4131
}
4232

4333
input {
44-
font-size: 1rem;
34+
font-size: large;
4535
border: 0px solid;
46-
background-color: #2F2F75;
47-
border-radius: 30px;
36+
background-color: black;
37+
border-radius: 10px;
4838
margin-top: 6%;
4939
height: 20%;
5040
width: 80%;
5141
padding: 2%;
5242
box-shadow: none;
5343
outline: none;
5444
color: white;
55-
opacity: 100%;
5645
}
5746

5847
::placeholder {
5948
color: white;
60-
opacity: 40%;
6149
}
6250

6351
button {
6452
border: none;
6553
outline: none;
6654
padding: 1%;
67-
border-radius: 50px;
68-
font-size: 1rem;
69-
width: 20%;
70-
height: 10%;
71-
padding: 1%;
55+
border-radius: 8px;
56+
font-size: large;
57+
width: 40%;
58+
height: 20%;
59+
padding: 2%;
7260
margin-top: 5%;
73-
background-color: #f269fc;
74-
color: rgb(255, 255, 255);
75-
cursor: pointer;
76-
box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
61+
opacity: 0.35;
62+
background-color: black;
63+
color: white;
7764
/* visibility: hidden; */
7865
}
7966

@@ -91,7 +78,6 @@ button {
9178

9279
p {
9380
font-size: larger;
94-
color: #fff;
9581
}
9682

9783
#demo {
@@ -101,7 +87,6 @@ p {
10187
text-align: center;
10288
}
10389

104-
10590
/* .block
10691
{
10792
position: relative;
@@ -115,33 +100,18 @@ p {
115100
background-color: rgba(128, 128, 128, 0.199);
116101
} */
117102

118-
@media (max-width: 850px) {
119-
html {
120-
font-size: 70%;
121-
;
103+
@media (max-width: 850px){
104+
html{
105+
font-size: 70%;;
122106
}
123107
}
124-
125-
@media (max-width: 750px) {
126-
html {
127-
font-size: 60%;
128-
;
129-
}
130-
.info {
131-
width: 100%;
132-
float: none;
133-
height: 100%;
108+
@media (max-width: 750px){
109+
html{
110+
font-size: 60%;;
134111
}
135112
}
136-
137-
@media (max-width: 500px) {
138-
html {
139-
font-size: 50%;
140-
;
141-
}
142-
.info {
143-
width: 100%;
144-
float: none;
145-
height: 100%;
113+
@media (max-width: 500px){
114+
html{
115+
font-size: 50%;;
146116
}
147117
}

0 commit comments

Comments
 (0)