-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathedit-style.css
More file actions
70 lines (62 loc) · 1 KB
/
Copy pathedit-style.css
File metadata and controls
70 lines (62 loc) · 1 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
body{
margin:0;
padding:0;
background-image: url('7.jpg');
position: relative;
background-size:cover;
background-attachment: fixed;
background-repeat: no-repeat;
}
header{
background-color: #F63232;
padding:20px;
text-align: center;
position:fixed;
width:100%;
z-index:1;
top:0;
left:0;
}
header h1{
color:white;
padding:6px 12px;
display:inline;
border-radius: 30px;
text-align: center;
}
header a{
hover:blue;
float:right;
}
header a:hover{
background-color:lightskyblue;
}
.container{
width:350px;
height:380px;
position:fixed;
background: black;
top:50%;
left:50%;
margin-top:-180px;
margin-left:-150px;
padding:0 auto;
color:teal;
}
.container h1{
color:green;
}
.dropdown{
color:blue;
}
.Submit{
color:white;
background-color:blue;
align-content: center;
}
.Details.input{
color:black;
}
form input:valid{
border: 3px solid green;
}