-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
46 lines (38 loc) · 782 Bytes
/
style.css
File metadata and controls
46 lines (38 loc) · 782 Bytes
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
body{
}
#Welcome{
font-family: 'Poiret One', cursive;
}
#SignInDiv{
background-size:100%;
border:none;
background-color:rgba(255,255,255,0.5);
font-size:20px;
padding:300px;
background-image:url("https://www.gofundmission.org/projectzionpodcast/wp-content/uploads/2016/02/17unity-in-diversity.png");
background-repeat:no-repeat;
position:fixed;
margin:0 auto;
}
#b1:hover{
background-color:gray;
color:black;
}
#b2:hover{
background-color:gray;
color:black;
}
#wrapper{
border:#000000 solid 40px;
border-radius:20px;
position:relative;
}
#b2{
width:80px;
height:30px;
margin-top:10px;
font-family: 'Poiret One', cursive;
}
#forgot{
font-family: 'Poiret One', cursive;
}