-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
80 lines (65 loc) · 1.08 KB
/
style.css
File metadata and controls
80 lines (65 loc) · 1.08 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
* {
font-family: "Roboto";
font-optical-sizing:auto;
font-weight:300;
font-style: normal;
font-variation-settings:unset;
padding: 5px;
margin: 5px;
}
#webname {
background-color: #e062bf;
}
nav a {
text-decoration: none;
color: #e062bf;
margin-right: 15px;
}
th {
padding: 12px;
background-color: #e062bf;
color: grey;
width: fit-content;
}
tr:nth-child(odd) {
background-color: #e24242;
}
form * {
display: block;
margin: auto;
text-align: center;
}
/* ul{
display:none;
} */
#full {
display: none;
}
#readLess{
display:none;
}
.funIMG{
border-radius: 100%;
width:500px;
height:auto;
box-shadow: 10px 10px 20px rgba(100, 0, 0, 0.95);
}
.container{
border-radius: 100%;
display: inline-block;
border-radius: 10%;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.mainLayout{
display:flex;
flex-wrap:wrap;
flex-direction:row;
}
.item1,.item2,.item3,.item4{
width:40vw;
margin:auto;
justify-content: center;
}
button{
background-color:#e062bf;
}