-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
54 lines (45 loc) · 781 Bytes
/
Copy pathstyles.css
File metadata and controls
54 lines (45 loc) · 781 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
body {
margin: 0;
background-image: url("images/background.png");
background-repeat: repeat;
min-height: 100vh;
}
.container {
display: flex;
}
a, p, h1 {
color: white;
}
.menu {
border-width: 0 10px 0 0;
display: inline-block;
flex-basis: 19%;
margin: 5vw 0 0 0;
}
.iframe {
border-width: 0 0 0 5px;
min-height: 100vh;
border-width: 0 0 0 10px;
border-style: solid;
width: 100%;
border-image: linear-gradient(0.25turn, #a8a8a8,#D3D3D3, #000) 1 100%;
}
.title {
text-align: center;
margin: 5rem 0 0 0;
font-size: 4em;
}
.link-tree {
margin: 15vh 0 0 1vw;
}
.about {
margin: 2rem 0 0 2rem;
}
.hero {
margin: 5rem 0;
}
.hero img {
display: block;
width: 50%;
margin: auto;
}