-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtrader.css
More file actions
50 lines (41 loc) · 872 Bytes
/
trader.css
File metadata and controls
50 lines (41 loc) · 872 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
48
49
50
.container-fluid {
background-color: #232020;
}
.align{
align-self: center;
justify-content: center;
}
.intro{
font-family: "Rye", serif;
font-weight: 400;
font-style: normal;
text-align: center;
outline: 3px;
margin-top: 2%;
color: beige;
font-size: 500%;
}
body {
background-image: url('https://i.pinimg.com/736x/6b/b3/42/6bb342201eabf51203349f273b9cb6aa.jpg');
background-repeat: repeat;
text-align: justify;
}
.prime{
display: flex;
}
.define{
display: flex;
text-align: justify;
margin-top: 50px;
color: whitesmoke;
max-width: 800px;
}
img{
max-width: 380px;
align-self: flex-end;
}
.item {
flex: 1 1 calc(50% - 10px);
padding: 20px;
text-align: center;
}