-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmycss.css
More file actions
66 lines (61 loc) · 1.36 KB
/
Copy pathmycss.css
File metadata and controls
66 lines (61 loc) · 1.36 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
body{
background: url(photo.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.cross{
text-decoration: line-through;
font-family: Arial, Helvetica, sans-serif;
}
.container{
padding: 20px;
width: 300px;
margin: 0 auto;
margin-top: 100px;
background: white;
border-radius: 6px;
border-width: thin medium thick 10px;
box-shadow: 5px 10px 20px ;
font-family: Arial, Helvetica, sans-serif;
}
ol li{
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
ol li{
background: #ddd;
}
input {
border: none;
width: 65%;
padding: 10px;
float: left;
font-size: 16px;
font-family: Arial, Helvetica, sans-serif;
background-color: azure;
}
.button {
background-color: #001f3f;
border: none;
color: white;
padding: 10px;
width:25%;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
font-family: Arial, Helvetica, sans-serif;
}
ol li {
padding: 10px;
opacity: 0.8;
width: 310px;
margin-left: 435px;
font-size:100%;
font-family: Arial, Helvetica, sans-serif;
text-transform: capitalize;
}