-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
72 lines (62 loc) · 1.14 KB
/
style.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
/*@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');*/
body{
margin:0px;
padding:0px;
font-family: 'Roboto', sans-serif;
}
.header{
width:100%;
height:90px;
background-color: #47e03c;
float:left;
}
.header h1{
float:left;
position: relative;
bottom:15px;
left:90px;
font-size: 50px;
color:white;
text-shadow: black 2px 3px 4px;
}
#hl{
width:100%;
height:5px;
background-color: black;
float:left;
}
input{
border: 1px solid grey;
}
.login{
float:left;
width:100%;
margin-top:100px;
align-content: center;
}
table{
width:250px;
height:250px;
margin-left:40%;
align-content: center;
border:1px solid black;
padding:0px;
}
#slogin,#alogin{
background-color:transparent;
border:none;
font-size: 25px;
width:100%;
height:100%;
background-color: #47e03c;
border:1px solid black;
font-weight:bold;
}
#uid,#pass{
border:none;
border-bottom:2px solid grey;
height:35px;
}
#signin{
margin-bottom:10px;
}