-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
46 lines (42 loc) · 1.01 KB
/
Copy pathstyle.css
File metadata and controls
46 lines (42 loc) · 1.01 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
label{
display: block;
margin-top: 10px;
}
section{
border: none;
width:175px;
padding: 15px;
border-radius: 8px;
background-color:grey;
color: black;
cursor:pointer;
}
body{
font-family: sans-serif;
}
input{
background-color: white;
border:1px solid azure;
border-radius: 5px;
color:blue;
}
.batMan{
width: 150px;
height: 30px;
color:white;
background-color: green;
border-radius: 5px;
border: 1px solid black;
margin-top: 5px;
cursor: pointer;
}
.superMan{
width: 150px;
height: 30px;
color: white;
background-color: blue;
background-size: cover;
border-radius: 5px;
border: 1px solid black;
margin-top: 5px ;
}