-
Notifications
You must be signed in to change notification settings - Fork 0
/
profilepage.css
96 lines (95 loc) · 1.94 KB
/
profilepage.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
body{
margin: 0px;
background-color:#0E371B;
background-image:linear-gradient(to bottom, #0E371B,#a0aca6 );
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
#logo{
width: 172px;
height: 176px;
top: 4%;
left: 45%;
gap: 0px;
opacity: 0px;
background-image: url(logo.png);
background-size: cover;
}
#databox{width: auto;
width: 80%;
height: 652px;
top: 250px;
left: 63px;
gap: 0px;
border-radius: 20px 0px 0px 0px;
opacity: 0px;
background: #FFFFFF3B;
box-shadow: 0px 10px 24px 0px #00000040;
margin-bottom: 100px;
border-radius: 5%;
gap: 2%;
display: flex;
flex-direction: row;
justify-content:space-between ;
align-items: center;
}
.text{
/* width: 390px; */
height: 96px;
gap: 8px;
opacity: 0px;
color: white;
margin-left: 100px;
/* margin-top: 50px; */
font-size: larger;
}
#startbut{
position:absolute;
display: flex;
align-items: center;
justify-content: center;
width: 150px;
height: 50.63px;
top: 98%;
left: 78%;
gap: 0px;
opacity: 0px;
border: 1.5px 0px 0px 0px;
border-radius: 15%;
background-color: #F0F6F3;
border: 1.5px solid #0E371B;
box-shadow: 0px 2.0930233001708984px 2.0930233001708984px 0px #00000040;
}
#start{
width: 56px;
height: 23px;
top: 22.5px;
left: 62.25px;
gap: 0px;
opacity: 0px;
font-family: Calibri;
font-size: 18.75px;
font-weight: 700;
line-height: 22.89px;
text-align: left;
color: #528C6E;
}
.d{
display: flex;
flex-direction: row;
/* height: 10px; */
}
.input{
height:fit-content;
opacity: 0.1;
background-color:#FFFFFF3B;
color: white;
border: 0%;
}
#back{
position: absolute;
top: 10%;
left: 12vw;
}