-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
51 lines (44 loc) · 791 Bytes
/
style.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
@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap");
body {
background-color: #061115;
}
.box-landscape {
position: absolute;
top: 13%;
left: 6%;
padding: 20px;
background-color: #0a1419;
height: 300px;
width: 700px;
box-shadow: -15px 15px 20px #000;
display: flex;
}
.box-img2 {
height: 300px;
width: 300px;
}
.links {
height: 264px;
width: 300px;
padding-left: 20px;
margin-left: 60px;
font-family: "Roboto Mono", monospace;
padding-top: 30px;
border: 2px solid #162026;
}
h4 {
margin: 5px;
font-weight: 300;
}
a {
text-decoration: none;
color: #d9d7d6;
}
.wrapper {
background-color: #162026;
position: relative;
height: 300px;
width: 700px;
margin: 200px auto;
box-shadow: -10px -10px 30px;
}