forked from cboldtsus/cboldtsus.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
45 lines (39 loc) · 623 Bytes
/
Copy pathstyle.css
File metadata and controls
45 lines (39 loc) · 623 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
h1 {
text-align: center;
color: #654321
}
h2 {
text-align: center;
margin-left: 865px;
margin-top: 20px;
width: 170px;
height: 170px;
border-radius: 100%;
overflow: hidden;
background-image:url("https://avatars.githubusercontent.com/u/90394688?v=4");
}
{
font-size: 15px;
color: #654321
}
p {
text-align: center;
color: #654321
}
/* #tabs {
display: flex;
} */
#tabs li {
display: inline;
margin: 10px;
background-color: #999999;
border-radius: 5px;
border: 1px solid black;
padding: 5px;
}
#tabs .ui-tabs-active {
background-color: #ffffff;
}
#tabs a {
color: #000000;
}