-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathproject1.css
57 lines (52 loc) · 1.23 KB
/
project1.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
div.image-container{
background-image: url(lockkey.jpg);
background-repeat:no-repeat;
-webkit-filter:blur(7px);
-webkit-filter:greyscale(100%);
-moz-filter:blur(7px);
-moz-filter:grayscale(100%);
-filter:brightness(7px);
-o-filter:blur(5px);
-ms-filter:blur(5px);
-filter:blur(7px);
z-index:-1;
position:absolute;
float:center;
margin:5% 7% 7% 15%;
}
body{
background-color:grey;
z-index:3;
}
div.welcome{
font-size:200%;
text-align: center;
color: black;
background-color:silver;
height: 40px;
z-index:7;
}
fieldset
{
display: block;
width: 100px;
border: 4px solid black;
height: 200px;
padding:50px 120px 100px 10px;
float: center;
float: right;
margin:5% 42% 7% 25%;
clear: left;
word-spacing: 5px;
font-weight: bold;
font-family: Georgia;
z-index:5;
font-size:130%;
text-align:left;
color:black;
}
input
{
margin-top: 10px;
margin-bottom: 10px;
}