-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathStyleSheet.css
114 lines (101 loc) · 2.43 KB
/
StyleSheet.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
108
109
110
111
112
113
114
body {
font: 16px Helvetica, Sans-Serif;
line-height: 24px;
background-color: #262626;
}
h1 {
font-family: 'Comfortaa', cursive;
font-size: 3rem;
letter-spacing: -2px;
}
h3 {
font-size: 20px;
margin: 0 0 6px 0;
position: relative;
}
p {
margin: 0 0 16px 0;
font-size: 1.2rem;
}
a {
color: #404040;
font-style: italic;
text-decoration: none;
}
a:hover {
color: black;
}
ul {
margin: 0 0 32px 17px;
}
dt {
font-style: italic;
font-weight: bold;
font-size: 22px;
text-align: right;
padding: 0 26px 0 0;
width: 150px;
float: left;
height: 100px;
border-right: 1px solid #999;
}
dd {
width: 600px;
float: right;
}
.header
{
font-family : -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
background-color: #16ea66;
color: #262626;
padding: 30% 5% 0% 20%;
}
.about
{
font-family : -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
background-color:#262626 ;
color:#b6ea16;
padding: 10% 16% 0% 21%;
}
.main
{
background-color:262626;
font-family : -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color:#16ea66;
padding: 2% 5% 0% 20%;
}
.me
{
position: absolute;
height: 20rem;
width: auto;
clip-path: circle(120px at 120px 120px);
}
.link
{
color:#16ea66;
padding: 2%;
font-size: 2.5rem;
}
.link:hover{
color:#b6ea16;
}
@media screen and (max-width: 1060px) {
.me{
height:10rem ;
}
}
@media screen and (max-width: 490px) {
.me{
height:5rem ;
}
}