-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
69 lines (54 loc) · 1012 Bytes
/
Copy pathstyle.css
File metadata and controls
69 lines (54 loc) · 1012 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
body {
background-color: hsl(233, 47%, 7%);
font-size: 15px;
width: 1440px;
position: absolute;
}
.card{
background-color: hsl(244, 38%, 16%);
height: 446PX;
width: 1000px;
font-family: font-family: 'Inter', sans-serif;
border-radius:5px;
display:flex;
position: relative;
left: 400px;
top:200px;
}
.container{
padding: 50px;
width:400px;
}
h1{
color:hsl(0, 0%, 100%);
font-weight: 700;
font-family: 'Inter';
}
span {
color: hsl(276, 64%, 62%);
}
p{
color:hsla(0, 0%, 100%, 0.75) ;
font-weight: 400;
display: inline-block;
}
h2{
color: hsl(0, 0%, 100%);
font-family: 'Inter';
}
.description{
font-family: 'Inter';
color: hsla(0, 0%, 100%, 0.6);
}
p.companies{
font-size: 14px;
font-family: "Lexend Deca";
color: hsla(0, 0%, 100%, 0.6);
}
.extra{
display: flex;
margin-top: 30px;
}
img{
border-radius: 0 5px 5px 0;
}