-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdesktop.css
More file actions
60 lines (51 loc) · 953 Bytes
/
Copy pathdesktop.css
File metadata and controls
60 lines (51 loc) · 953 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
body{
background-color: hsl(233, 47%, 7%);
}
section{
background-color: hsl(244, 38%, 16%);
width: 900px;
height: 400px;
text-align: center;
position: relative;
left: 15%;
margin-top: 115px;
border-radius: 10px;
}
main{
display: flex;
color: white;
}
.first-part h3{
font-size: 40px;
color: hsl(0, 0%, 100%) ;
}
.insight{
color: hsl(277, 64%, 61%);
}
.first-part p{
font-size: 15px;
padding:0 20px 0 20px;
color: hsla(0, 0%, 100%, 0.75);
}
.first-part img{
height: 400px;
width: 450px;
border-radius: 10px;
z-index: 1;
}
.second-part{
width: 400px;
margin-top: -125px;
padding-left: 15px;
color: white;
display: flex;
justify-content: space-between;
}
.second-part h3{
font-size: 22px;
color: hsl(0, 0%, 100%) ;
}
.second-part p{
font-size: 15px;
color:hsla(0, 0%, 100%, 0.75) ;
}