-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblock.css
More file actions
46 lines (45 loc) · 811 Bytes
/
block.css
File metadata and controls
46 lines (45 loc) · 811 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{
background: url(hack.jpg);
background-size: cover;
background-repeat:no-repeat;
}
h1{
text-align: center;
font-size: 50px;
font-family: sans-serif;
color: white;
}
.hbd{
text-align: center;
font-size: 20px;
font-weight: 700;
color: white;
}
.input1{
justify-content: center;
margin: 0% 30%;
border-radius: 10px;
border-color: 10px red;
width: 40%;
height: 20%;
}
.line1{
margin: 0% 35% ;
}
.click{
font-size: 20px;
color: white;
/* font-family:Verdana, Geneva, Tahoma, sans-serif; */
}
.check{
height: 15px;
width: 15px;
}
.save{
text-align: center;
justify-content: center;
margin: 0% 48%;
font-size: 30px;
font-family: serif;
color: white;
}