forked from coding-Studio-vbit/VBIT-studyMap
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
111 lines (100 loc) · 1.77 KB
/
style.css
File metadata and controls
111 lines (100 loc) · 1.77 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
@import "https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css";
body{
margin: 0;
padding: 0;
font-family: sans-serif;
background: url(bg.jpg);
background-size: cover;
}
.login-box{
margin:auto;
width:60%;
float: left;
position:absolute;
top:50%;
left:50%;
transform: translate(-50%,-50%);
color: black;
}
#test {
width: 100%;
background-color: #4caf50;
border: 2px solid #4caf50;
color: black;
padding: 5px;
font-size: 18px;
cursor: black;
padding: 5px;
font-size: 18px;
cursor: pointer;
margin: 12px 0;
}
.login-box h1{
float:left;
font-size:40px;
border-bottom: 6px solid #4caf50;
margin-bottom: 20px;
padding:13px 0
}
.textbox{
width:100%;
overflow: hidden;
font-size: 20px;
padding: 8px 0;
margin: 8px 0;
border-bottom: 2px solid #4caf50;
}
#tablepart {
margin-top: 400%;
margin-bottom: 50px;
background-color: rgba(220,220,220,0.8);
text-align: center;
display: inline-block;
width: 50%;
}
#tablec {
text-align: center;
}
.text i{
width:28px;
float: left;
text-align: center;
}
.textbox input{
border: none;
outline: none;
background: none;
color: black;
font-size: 18px;
width: 80%;
float: left;
margin: 0 10px;
}
.btn{
width: 100%;
background-color: #4caf50;
border: 2px solid #4caf50;
color: black;
padding: 5px;
font-size: 18px;
cursor: black;
padding: 5px;
font-size: 18px;
cursor: pointer;
margin: 12px 0;
}
@media screen and (min-width: 800px) {
#tablepart {
margin-top: 70%;
}
}
@media screen and (min-width: 400px) {
#tablepart {
margin-top: 150%;
}
}
@media screen and (min-width: 1300px) {
#tablepart {
margin-top: 50%;
}
}