-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
76 lines (65 loc) · 1.12 KB
/
style.css
File metadata and controls
76 lines (65 loc) · 1.12 KB
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
70
71
72
73
74
75
76
html,
body {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
color: #fff;
background: #161616;
overflow: hidden;
}
p {
position: absolute;
top: 20px;
left: 20px;
font-size: 25px;
text-transform: uppercase;
font-family: Clash Display;
}
.block {
position: relative;
width: 420px;
height: 420px;
margin: -60px 300px 20px 80px;
}
h1 {
position: absolute;
font-family: "Clash Display";
font-weight: 400;
font-size: 64px;
color: whitesmoke;
}
.block-1 {
background: url(img/project-1.png) no-repeat 50% 50%;
background-size: cover;
}
.block-2 {
background: url(img/project-3.png) no-repeat 50% 50%;
background-size: cover;
}
.block-3 {
background: url(img/project-2.png) no-repeat 50% 50%;
background-size: cover;
}
.block-4 {
background: url(img/project-4.jpg) no-repeat 50% 50%;
background-size: cover;
}
.block-5 {
background: url(img-five.jpeg) no-repeat 50% 50%;
background-size: cover;
}
.container {
margin-top: 200px;
margin-left: 200px;
}
.block-1 h1,
.block-3 h1,
.block-5 h1 {
bottom: 0;
right: -60px;
}
.block-2 h1,
.block-4 h1 {
right: -60px;
}