-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhome.css
More file actions
47 lines (39 loc) · 688 Bytes
/
Copy pathhome.css
File metadata and controls
47 lines (39 loc) · 688 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
47
.card{
opacity: 0.85;
margin: 2em;
background-color: rgba(0,0,0);
color: white;
}
.btn{
margin-left: 0.25em;
}
.dis{
border: 0.5mm solid black;
/* border-radius: 50%; */
}
h3{
margin: 0.25em;
display: inline;
}
footer{
color: white;
background-color: #1f2afeef;
margin: 1em;
padding: 1em;
}
body{
background-image: url('#');
background-size: cover;
background-repeat: no-repeat;
background-position: center;
background-attachment: fixed;
}
#features{
color: rgb(214, 15, 15);
}
#instr{
color: rgba(214, 15 ,15);
}
ul{
color: rgba(13, 0, 0, 0.907);
}