-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcss_file.css
More file actions
77 lines (62 loc) · 1.28 KB
/
css_file.css
File metadata and controls
77 lines (62 loc) · 1.28 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
body {
background-image: url("img_background.jpeg");
background-color: black;
background-repeat: no-repeat;
background-size: 75% 90%;
background-position: center;
}
h1{
font-family: sans-serif;
font-size: large;
text-align: center;
color: white;
margin-top: 0;
}
h2{
font-family: sans-serif;
font-size: x-small;
text-align: center;
font-style: oblique;
margin-top: 0%;
color: rgba(255, 255, 255, 0.767);
}
.blur {
background: rgba(52, 70, 110, 0.632);
backdrop-filter: blur(2px);
background-position: center;
margin-left: 12%;
margin-right: 12%;
background-position:right;
}
#form_id{
background-color: rgba(10, 9, 31, 0.7);
margin-left:30%;
margin-right: 20%;
width: 50%;
background-position: center;
height: 100%;
}
p{
color:white;
font-size:x-small;
font-family: sans-serif,monospace;
text-align: left;
margin-top: 0%;
padding-top: 2%;
margin-bottom: 1%;
margin-left: 5%;
}
.class_input{
margin-left:5%;
width: 90%;
}
.class_submit{
background-color:mediumseagreen;
color: white;
border: none;
width:90%;
margin-top:2%;
text-align: center;
margin-left: 5%;
height:25px;
}