-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheumend-style.css
executable file
·105 lines (85 loc) · 1.74 KB
/
eumend-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
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
html {
border-top: 2px solid#0EB3F7;
}
div {
padding: 10px 0 10px 0;
}
.custom-toggler .navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(14,179,247, 0.6)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-toggler {
border-color: #0EB3F7;
}
p {
padding-top: 0.8rem;
font-size: 1.5rem;
line-height: 200%;
}
h1 {
line-height: 1.5;
}
h2 {
margin-bottom: 1rem;
margin-top: 1rem;
}
a:hover {
transition: all 0.5s ease;
}
.navbar {
padding-left: 0;
padding-top: 2rem;
}
.navbar a {
color: black;
}
#main a, .footer a {
text-decoration: none;
color: #0EB3F7;
font-size: 1.5rem;
}
a:hover, a.nav-link.active, a.nav-link:hover {
text-decoration: none;
color: #0EB3F7;
}
.gray, a.gray {
color:#b5b5b5;
}
.medium-font {
font-size: 1.2rem;
}
.footer {
background: #1D1D1D;
color: #b5b5b5;
}
/* .underline::after {
content: "a";
position: absolute;
width: 300px;
margin-left: -50%;
border-bottom: 2px solid magenta;
} */
/* .underline::after {
content: "";
position: absolute;
left: 50%;
margin-left: -50px;
bottom: 0;
width: 100px;
border-bottom: 2px solid magenta;
} */
/* .underline {
border-bottom: solid 2px #0EB3F7;
display: inline;
padding-bottom: 8px;
} */
.underline {
padding: 0 0 0 0;
width: 100px;
border-bottom: 3px solid #0EB3F7;
}
.profile-pic {
border: 5px solid #0EB3F7;
}
.hero {
padding-bottom: 20px;
}