-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
97 lines (95 loc) · 1.67 KB
/
style.css
File metadata and controls
97 lines (95 loc) · 1.67 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
/* *{
/* height: 100%;
width: 100%;
margin: 0%;
padding: 0%;
} */
body {
color: #ffff66;
background-image: url(cyan_back5.png);
background-size: cover;
/* padding-bottom: 20px; */
/* padd */
height: 724px;
box-sizing: border-box;
}
.card {
width: 67rem;
position: absolute;
transition: 0.3s;
border-radius: 25px;
overflow: hidden;
z-index: 1;
left: 7.5%;
/* margin-bottom: 200px; */
/* box-shadow: 1px 3px 4px violet ; */
}
#section {
position: absolute;
/* right: 0;
bottom: 0; */
min-height: 100%;
min-width: 100%;
/* overflow: hidden; */
/* display: flex; */
/* align-items: center; */
z-index: -1;
}
h1 {
text-align: center;
/* z-index: 100; */
}
p {
text-align: center;
/* z-index: 1; */
}
h2 {
text-align: center;
/* z-index: 1; */
}
h3 {
text-align: center;
/* z-index: 1; */
}
img {
display: block;
margin-left: auto;
margin-right: auto;
border-radius: 50%;
border: 4px solid cyan;
/* background-clip: content-box; */
/* padding: 3px; */
box-shadow: 1px 1px 500px cyan;
/* z-index: 1; */
}
ul {
text-align: center;
list-style-position: inside;
/* z-index: 1; */
}
.center {
margin-left: auto;
margin-right: auto;
border: 0px solid black;
border-collapse: separate;
border-spacing: 100px 0px;
/* z-index: 1; */
}
.t {
border: 0px solid lightcyan;
}
table,
th,
td {
border: 2px solid lightcyan;
margin-left: auto;
margin-right: auto;
}
a {
color: whitesmoke;
/* @font-face {
font-family: "Fond";
src: url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@1,300&display=swap); /*format("truetype")
} */
font-family: "Open Sans", sans-serif;
}