-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
123 lines (98 loc) · 2.28 KB
/
style.css
File metadata and controls
123 lines (98 loc) · 2.28 KB
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
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
body{
background-color: rgb(6,40,99);
}
.box{
width: 403.328px;
height: 412px;
border: 1px solid white;
background-color: white;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
border-bottom-right-radius: 20px;
position: absolute; left: 680px; top: 120px;
}
#input{
width: 310px;
height: 40px;
border-radius: 5px;
border: 1px;
background-color: rgb(237,242,247);
position: relative; top: 70px; right: 5px;
padding: 10px;
outline: 0;
}
.button{
width: 340px;
height: 45px;
border: 0px;
border-radius: 5px;
background-color: rgb(13,96,216);
color: white;
margin: 50px 10%;
position: relative; right: 45px; top:40px;
font-family: inherit;
font-size: 100%;
line-height: 1.15;
font-weight: 570;
}
#div{
position: absolute; left: 40px;
}
#password {
width: 310px;
height: 40px;
border-radius: 5px;
border: 1px;
background-color: rgb(237,242,247);
position: relative; top: 80px; right: 5px;
padding: 10px;
outline: 0;
}
#account {
font-size: 1.5em;
color: #083e9e;
font-family: sans-serif;
font-weight: 600;
position: relative; top: 50px; left: 80px;
}
#login {font-family: sans-serif;
font-size: 0.8em;
font-family: karla;
position: relative; left: 120px; top: 49px;
}
#email{
position: relative; top: 50px; left: 40px;
font-family: cursive; font-size: 0.72em; font-weight: 540;
}
#label{
position: relative; top: 80px;
font-family: cursive; font-size: 0.72em; font-weight: 540;
}
#links {
position: relative; top: 540px;
left: 590px;
color: white; font-family: sans-serif;
font-size: 0.8em; text-decoration: none;
}
#linkss {
position: relative; top: 280px;
left:810px;
color: white; font-family: sans-serif;
font-size: 0.8em; text-decoration: none;
}
#image {
position: relative;left: 770px; top: 37px;
width: 170px;
}
#opng {
position: relative; right: 135px; bottom: 170px; width: 260px;
}
#jjpng {
position: relative; right: 770px; top: 590px; width: 290px;
}
#jpng {
position: relative; left: 1170px; bottom: 50px;
}
#lpng {
position:relative; top: 560px; left: 510px;
}