-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
107 lines (83 loc) · 1.37 KB
/
styles.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
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
body {
background-color: rgb(68, 65, 68);
}
.nav {
background-color: rgb(15, 15, 15);
height: 48px;
}
.scrolled {
opacity: 0.7;
transition: opacity 300ms linear;
}
.background {
width: 100%;
max-height: auto;
margin-top: 48px;
}
.portret {
display: block;
margin-left: auto;
margin-right: auto;
}
.nav-item {
border-right: 1px solid rgba(128, 128, 128, 0.7);
}
.nav-link {
transition-duration: 0.3s;
}
.nav-link:hover {
background-color: rgb(68, 65, 68);
}
.selected {
background-color: rgb(68, 65, 68);
}
.text {
position: absolute;
width: 100%;
margin-top: 15%;
text-align: center;
}
.left {
text-align:right;
font-size: 1.5em;
font-weight: bold;
}
.row {
padding-top: 4%;
color:rgb(226, 222, 222);
}
.middle {
text-align:justify;
padding: 0 5%;
}
#link3 {
text-align: center;
width: 50%;
color:rgb(226, 222, 222);
padding-top: 4%;
}
#link3 hr {
background-color:white;
width:96%;
margin-top: 5%;
margin-bottom: 5%;
}
.social h3 {
padding-bottom: 3%;
}
.fa {
font-size: 40px;
width: 50px;
text-align: center;
margin: 0% 3%;
margin-bottom: 3%;
color:rgb(226, 222, 222);
}
.fa:hover {
transform: scale(1.2);
color:rgb(226, 222, 222);
text-decoration: none;
}
h1 {
padding-bottom: 3%;
}