-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgroup.css
More file actions
68 lines (63 loc) · 1.21 KB
/
Copy pathgroup.css
File metadata and controls
68 lines (63 loc) · 1.21 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
body {
color: black;
background-color: white;
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
line-height: 1.6em;
margin: 0;
height: 100%;
width: 100%;
background-image: linear-gradient(45deg, orange, rgb(242, 236, 119));
background-repeat: no-repeat;
}
header {
background-color: black;
color: white;
text-align: left;
display: flex;
border-bottom: 1px solid #fdfcf8;
margin: 0;
min-height: 80px;
border-bottom: 3px solid darkorange;
width: 100%;
margin-bottom: 20px;
}
h1 {
font-size: 40px;
font-family: "Trirong", serif;
font-weight: bold;
background-image: linear-gradient(45deg, #ee4b2b, #855eef);
padding: 1%;
padding-top: 25px;
color: transparent;
background-clip: text;
margin: 0;
-webkit-background-clip: text;
}
.kd {
background-repeat: no-repeat;
background-position: center;
display: inline;
position: relative;
text-align: center;
margin: 8%;
height: 16.6%;
width: 16.6%;
}
.image {
height: 400px;
width: 16.6%;
}
.text {
display: inline-block;
padding: 10px;
padding-right: 19px;
margin: 10px 6.2%;
font-weight: bold;
font-size: 20px;
text-align: left;
border: 3px solid black;
}
a {
text-decoration: none;
}