-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyleelec.css
60 lines (57 loc) · 862 Bytes
/
styleelec.css
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
body
{
text-align: center;
background-color: rgb(233, 255, 248);
}
h1
{
color: darkblue;
background-color: rgb(216, 185, 246);
}
h2
{
color: darkblue;
background-color: rgb(216, 185, 246);
margin-top:0px;
margin-bottom: -12px;
}
/* .image
{
transform: scale(0.5);
justify-content: center;
margin-top: -375px;
margin-right: 450px;
} */
.container
{
align-items: center;
margin-left: 200px;
}
.card
{
position: relative;
display: flex;
flex-direction: column;
min-width: 0;
margin: 25px;
border: solid;
border-radius: 5px;
background-color: rgb(255, 255, 208);
}
.btn
{
color: white;
padding: 2px;
background-color: blue;
}
.card-text
{
color: rgb(145, 145, 145);
}
.row {
display: flex;
flex-direction:row;
}
.col {
display: flex;
}