forked from incubateind/FrontendInternTaskSummer2020
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.css
More file actions
65 lines (61 loc) · 1.19 KB
/
main.css
File metadata and controls
65 lines (61 loc) · 1.19 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
* {
box-sizing: border-box;
}
body {
font-family: "open sans", helvetica, arial, sans;
}
.logo{
width: 100px;
}
.log-form {
width: 100%;
min-width: 320px;
max-width: 475px;
background: #fff;
margin: 2px solid black;
margin-top: 450px;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
h2 {
text-align: center;
}
.log-form {
padding: 2em;
margin: 200px solid black;
-webkit-box-shadow: 4px -1px 53px -7px rgba(138, 138, 138, 0.30);
-moz-box-shadow: 4px -1px 53px -7px rgba(138, 138, 138, 0.30);
box-shadow: 4px -1px 53px -7px rgba(138, 138, 138, 0.30);
}
#forma{
display: none;
}
#imsg{
align:center;
size: 200px;
width: 300px;
margin: 450px;
margin-left: 600px;
margin-top: 0px;
margin-bottom: 0px;
}
#buthide{
align:center;
margin-left: 650px;
margin-top: 200px;
font-size: 30px;
padding: 20px;
padding-right: 50px;
}
form {
display: block;
text-align: center;
width: 100%;
}
/* ========================WRITE YOUR CSS FROM HERE======================== */