-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstylesheet.css
More file actions
83 lines (79 loc) · 1.59 KB
/
stylesheet.css
File metadata and controls
83 lines (79 loc) · 1.59 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
h3{
color: aqua;
font-style: oblique;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
font-size: x-large;
}
ul{
color: aquamarine;
font-style: italic;
font-family: cursive;
}
p{
color: brown;
font-style: italic;
font-family: 'Times New Roman', Times, serif;
}
body{
background-color: rgb(117, 189, 183);
}
figure img{
border: 1px solid rgb(53, 35, 59);
border-radius: 15px 20px;
padding: 5px;
width: 250px;
display: block;
margin-left: auto;
margin-right: auto;
}
.Edu{
display: inline;
font-weight: 100;
font-family: 'Courier New', Courier, monospace;
font-size: large;
}
li{
font-family: 'Courier New', Courier, monospace;
font-size: large;
}
#Intro{
font-family: 'Courier New', Courier, monospace;
font-size: large;
}
#about{
font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
font-size: medium;
font-style: inherit;
display: inline;
}
#py li{
list-style-type: none;
margin: 0px 6px;
border-radius: 22px;
margin-bottom: 12px;
padding: 6px 0px;
display: inline-block;
font-family: cursive;
border: 5px solid rgb(228, 160, 97);
color: brown;
background-color:rgb(228, 160, 97);
}
#Log{
display:inherit;
margin-left: auto;
margin-right: auto;
border-radius: 15px 20px;
padding: 5px;
width: 250px;
float:none;
}
#Ski{
color:purple;
}
.Skills li{
list-style-type: none;
color: black;
}
.Project ul li{
color: black;
}