-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
70 lines (64 loc) · 1.02 KB
/
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
header{
/* align-items: center; */
text-align: center;
display: block;
}
footer{
text-align: center;
display: block;
}
/* .str{
font-size: xx-large;
color: yellow; */
/* } */
.op{
border-radius: 1000vh;
width: 2.3%;
display: block, contents;
align-items: center;
}
body{
text-align: center;
padding: 0;
border-radius: 2%;
margin: 0;
}
#bio{
padding: 2%;
background:rgba(0, 255, 255, 0.449) ;
display: block;
font-size: large;
}
html{
background:radial-gradient(blue,yellow,blue);
}
button{
background: transparent;
border-radius: 10.5%;
}
button:hover{
cursor: pointer;
background:rgba(0, 255, 255, 0.449) ;
border-radius: 10.5%;
border-color: red;
}
#main{
display: block;
text-align: start;
}
.svg-icon {
width: 1em;
height: 1em;
}
.svg-icon path,
.svg-icon polygon,
.svg-icon rect {
fill: #020911;
}
.svg-icon circle {
stroke: #070c13;
stroke-width: 1;
}
.hidden{
display: none;
}